common/SCMAbstractCommitTask.st
branchcvs_MAIN
changeset 790 cc3f01d02e56
parent 509 f92210d4585b
--- a/common/SCMAbstractCommitTask.st	Wed Aug 16 20:21:49 2017 +0200
+++ b/common/SCMAbstractCommitTask.st	Wed Aug 16 20:21:58 2017 +0200
@@ -18,6 +18,8 @@
 "
 "{ Package: 'stx:libscm/common' }"
 
+"{ NameSpace: Smalltalk }"
+
 SCMAbstractFileoutLikeTask subclass:#SCMAbstractCommitTask
 	instanceVariableNames:'message paths'
 	classVariableNames:''
@@ -321,6 +323,10 @@
 
 !SCMAbstractCommitTask class methodsFor:'documentation'!
 
+version_CVS
+    ^ '$Header$'
+!
+
 version_GIT
     "Never, ever change this method. Ask JV or CG why"
     ^thisContext method mclass theNonMetaclass instVarNamed: #revision
@@ -332,6 +338,6 @@
 !
 
 version_SVN
-    ^ '§Id::                                                                                                                        §'
+    ^ '$Id$'
 ! !