comment/format in: cvs_MAIN
authorClaus Gittinger <cg@exept.de>
Sun, 16 Jul 2017 13:37:14 +0200
branchcvs_MAIN
changeset 760 79400854a131
parent 756 dc747daa75f7
child 761 a1f2b6a3c24e
comment/format in: #HGRevision:
mercurial/extensions.st
--- a/mercurial/extensions.st	Tue May 16 14:19:51 2017 +0200
+++ b/mercurial/extensions.st	Sun Jul 16 13:37:14 2017 +0200
@@ -853,11 +853,13 @@
 !Annotation class methodsFor:'instance creation'!
 
 HGRevision: aString
-    "Used by Mercurial to internally store revision info. Should never appear in source code!!"
+    "Used by Mercurial to internally store revision info. 
+     Should never appear in source code!!"
 
     ^HGRevisionAnnotation revision: aString
 
     "Created: / 20-11-2012 / 23:34:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified (comment): / 16-07-2017 / 13:20:52 / cg"
 ! !
 
 !ByteArray methodsFor:'converting'!