MercurialSourceCodeManager.st
branchjv
changeset 3088 e1f7c7f799f8
parent 3042 48e76977cdc3
child 3101 f8e4d06048d2
--- a/MercurialSourceCodeManager.st	Thu Sep 27 10:24:03 2012 +0100
+++ b/MercurialSourceCodeManager.st	Thu Sep 27 20:37:25 2012 +0100
@@ -178,7 +178,7 @@
 hgTmpDirectory
     "return the name of the tmp repository.
      That's the directory, where temporary files are created for checkin/checkout.
-     If nil, the systems default tempDirectory is used."
+     If nil, the system's default tempDirectory is used."
 
     ^ (HGTempDir ? Filename tempDirectory pathName)
 
@@ -192,7 +192,7 @@
 hgTmpDirectory:aPathNameString
     "set the name of the tmp repository.
      That's the directory, where temporary files are created for checkin/checkout.
-     If nil, the systems default tempDirectory is used."
+     If nil, the system's default tempDirectory is used."
 
     HGTempDir := aPathNameString
 
@@ -417,15 +417,15 @@
 !MercurialSourceCodeManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/MercurialSourceCodeManager.st,v 1.5 2012/03/20 18:06:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/MercurialSourceCodeManager.st,v 1.6 2012/09/26 16:32:23 cg Exp $'
 !
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libbasic3/MercurialSourceCodeManager.st,v 1.5 2012/03/20 18:06:01 cg Exp §'
+    ^ '§Header: /cvs/stx/stx/libbasic3/MercurialSourceCodeManager.st,v 1.6 2012/09/26 16:32:23 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: MercurialSourceCodeManager.st 1909 2012-03-31 00:14:49Z vranyj1 $'
+    ^ '$Id: MercurialSourceCodeManager.st 1971 2012-09-27 19:37:25Z vranyj1 $'
 ! !
 
 MercurialSourceCodeManager initialize!