MercurialSourceCodeManager.st
changeset 2919 a2e0674b9f63
parent 2813 a1e82e16d87d
child 3108 1755990baa6e
--- a/MercurialSourceCodeManager.st	Wed Sep 26 18:32:02 2012 +0200
+++ b/MercurialSourceCodeManager.st	Wed Sep 26 18:32:23 2012 +0200
@@ -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,11 +417,11 @@
 !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 $'
 ! !
 
 MercurialSourceCodeManager initialize!