ChangeSetDiffSet.st
branchjv
changeset 3838 474d8ec95b33
parent 3404 19809a3e1003
parent 3462 b4af88a682ec
child 4024 aeb721b75bb8
--- a/ChangeSetDiffSet.st	Tue Feb 04 21:01:56 2014 +0100
+++ b/ChangeSetDiffSet.st	Wed Apr 01 10:37:40 2015 +0100
@@ -65,21 +65,18 @@
 "
 ! !
 
-
 !ChangeSetDiffSet class methodsFor:'instance creation'!
 
 new
     ^ self basicNew initialize.
 ! !
 
-
 !ChangeSetDiffSet class methodsFor:'others'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/ChangeSetDiffSet.st,v 1.6 2013-09-05 23:14:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/ChangeSetDiffSet.st,v 1.7 2014-02-05 17:52:25 cg Exp $'
 ! !
 
-
 !ChangeSetDiffSet methodsFor:'accessing'!
 
 depth
@@ -215,7 +212,6 @@
     versionBaseLabel := aString.
 ! !
 
-
 !ChangeSetDiffSet methodsFor:'adding & removing'!
 
 add: anObject
@@ -234,7 +230,6 @@
     "Created: / 10-11-2009 / 11:27:43 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !ChangeSetDiffSet methodsFor:'enumerating'!
 
 collect: aBlock
@@ -252,7 +247,6 @@
     "Modified: / 25-11-2009 / 10:30:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !ChangeSetDiffSet methodsFor:'initialization'!
 
 initialize
@@ -276,7 +270,6 @@
     "Created: / 05-12-2009 / 11:09:18 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !ChangeSetDiffSet methodsFor:'private'!
 
 flattenOn: stream
@@ -295,7 +288,6 @@
     "Modified: / 17-01-2013 / 14:18:02 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !ChangeSetDiffSet methodsFor:'testing'!
 
 isConflict
@@ -342,19 +334,13 @@
     "Created: / 19-03-2012 / 15:15:27 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !ChangeSetDiffSet class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/ChangeSetDiffSet.st,v 1.6 2013-09-05 23:14:20 cg Exp $'
-!
-
-version_HG
-
-    ^ '$Changeset: <not expanded> $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/ChangeSetDiffSet.st,v 1.7 2014-02-05 17:52:25 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: ChangeSetDiffSet.st,v 1.6 2013-09-05 23:14:20 cg Exp $'
+    ^ '$Id: ChangeSetDiffSet.st,v 1.7 2014-02-05 17:52:25 cg Exp $'
 ! !