#OTHER by cg cvs_MAIN
authorClaus Gittinger <cg@exept.de>
Wed, 16 Aug 2017 20:09:01 +0200
branchcvs_MAIN
changeset 778 69afff949fba
parent 777 f79c8fa7e91a
child 779 9563b5bfbb32
#OTHER by cg added: #version_CVS
mercurial/HGCommandParseError.st
--- a/mercurial/HGCommandParseError.st	Wed Aug 16 20:08:58 2017 +0200
+++ b/mercurial/HGCommandParseError.st	Wed Aug 16 20:09:01 2017 +0200
@@ -18,6 +18,8 @@
 "
 "{ Package: 'stx:libscm/mercurial' }"
 
+"{ NameSpace: Smalltalk }"
+
 HGCommandError subclass:#HGCommandParseError
 	instanceVariableNames:''
 	classVariableNames:''
@@ -50,12 +52,16 @@
 
 !HGCommandParseError class methodsFor:'documentation'!
 
+version_CVS
+    ^ '$Header$'
+!
+
 version_HG
 
     ^ '$Changeset: <not expanded> $'
 !
 
 version_SVN
-    ^ '§Id::                                                                                                                        §'
+    ^ '$Id$'
 ! !