PerforceSourceCodeManager.st
changeset 2720 a8ee3209589e
parent 2698 b0ba9bf3362f
child 2732 f36f9cc48d8b
--- a/PerforceSourceCodeManager.st	Sat Jan 14 20:59:35 2012 +0100
+++ b/PerforceSourceCodeManager.st	Sat Jan 14 21:03:27 2012 +0100
@@ -2044,7 +2044,7 @@
 
 perforceTmpDirectory
     "return the name of the tmp repository.
-     Thats the directory, where temporary files are created for checkin/checkout.
+     That's the directory, where temporary files are created for checkin/checkout.
      If nil, the systems default tempDirectory is used."
 
     ^ (PerforceTempDir ? Filename tempDirectory pathName)
@@ -2052,6 +2052,8 @@
     "
      PerforceTempDir := nil
     "
+
+    "Modified (comment): / 14-01-2012 / 20:54:29 / cg"
 !
 
 settingsApplicationClass
@@ -2367,7 +2369,7 @@
     ^ nil
 
     "
-     PerforceVersionInfo fromRCSString:'$Header: /cvs/stx/stx/libbasic3/PerforceSourceCodeManager.st,v 1.21 2012-01-08 23:43:52 cg Exp $'
+     PerforceVersionInfo fromRCSString:'$Header: /cvs/stx/stx/libbasic3/PerforceSourceCodeManager.st,v 1.22 2012-01-14 20:03:27 cg Exp $'
     "
 
     "Modified: / 22-10-2008 / 20:17:00 / cg"
@@ -2520,11 +2522,11 @@
 !PerforceSourceCodeManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/PerforceSourceCodeManager.st,v 1.21 2012-01-08 23:43:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/PerforceSourceCodeManager.st,v 1.22 2012-01-14 20:03:27 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/PerforceSourceCodeManager.st,v 1.21 2012-01-08 23:43:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/PerforceSourceCodeManager.st,v 1.22 2012-01-14 20:03:27 cg Exp $'
 ! !
 
 PerforceSourceCodeManager initialize!