Tools__DiffCodeView2.st
branchjv
changeset 12431 9f0c59c742d5
parent 12401 4714b9640528
child 15566 184cea584be5
--- a/Tools__DiffCodeView2.st	Tue Feb 26 12:38:54 2013 +0000
+++ b/Tools__DiffCodeView2.st	Wed Feb 27 12:34:59 2013 +0000
@@ -71,7 +71,6 @@
 "
 ! !
 
-
 !DiffCodeView2 class methodsFor:'defaults'!
 
 textViewClass
@@ -83,7 +82,6 @@
     "Created: / 06-03-2010 / 10:40:18 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !DiffCodeView2 methodsFor:'accessing'!
 
 classHolder: aValueModel
@@ -139,7 +137,6 @@
     "Modified: / 15-07-2010 / 23:08:39 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !DiffCodeView2 methodsFor:'initialization'!
 
 initialize
@@ -159,7 +156,6 @@
     "Modified: / 23-06-2010 / 19:36:38 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !DiffCodeView2 methodsFor:'private'!
 
 computeDiffDataForText1:t1 text2:t2 
@@ -320,7 +316,6 @@
     "Modified (comment): / 26-07-2012 / 21:45:05 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !DiffCodeView2::DiffData methodsFor:'accessing'!
 
 changed
@@ -367,13 +362,17 @@
     text2 := something.
 ! !
 
-
 !DiffCodeView2 class methodsFor:'documentation'!
 
 version_CVS
     ^ '$Header: /cvs/stx/stx/libtool/Tools__DiffCodeView2.st,v 1.6 2012-07-27 22:05:42 cg Exp $'
 !
 
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+!
+
 version_SVN
     ^ '§Id: Tools__DiffCodeView2.st 7594 2010-07-16 08:57:35Z vranyj1 §'
 ! !