#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 21 Nov 2017 13:16:07 +0100
changeset 4266 11f91cdde31c
parent 4265 5f818d0c0aa7
child 4267 93e7093e90e6
#DOCUMENTATION by cg class: SourceCodeManagerUtilities comment/format in: #changeSetForExtensionMethodsForPackage:askForRevision:usingManager:
SourceCodeManagerUtilities.st
--- a/SourceCodeManagerUtilities.st	Tue Nov 21 13:15:13 2017 +0100
+++ b/SourceCodeManagerUtilities.st	Tue Nov 21 13:16:07 2017 +0100
@@ -1279,7 +1279,8 @@
 !
 
 changeSetForExtensionMethodsForPackage:packageToCheckOut askForRevision:askForRevision usingManager:aSourceCodeManager
-    "check-out an extension container from the source repository, and return the methods there as a change set.
+    "check-out an extension container from the source repository, 
+     and return the methods there as a change set.
      If askForRevision is false, check-out the newest version.
      Return a changeSet or nil (if any error occurred)"
 
@@ -1289,6 +1290,7 @@
         usingManager:aSourceCodeManager
 
     "Created: / 29-12-2011 / 14:26:01 / cg"
+    "Modified (comment): / 21-11-2017 / 13:08:54 / cg"
 !
 
 changeSetForExtensionMethodsForPackage:packageToCheckOut revision:revisionOrNil orAskForRevision:askForRevision usingManager:aSourceCodeManager