Tools__CheckinInfoDialog.st
branchjv
changeset 12431 9f0c59c742d5
parent 12401 4714b9640528
child 12572 8049ed54a850
--- a/Tools__CheckinInfoDialog.st	Tue Feb 26 12:38:54 2013 +0000
+++ b/Tools__CheckinInfoDialog.st	Wed Feb 27 12:34:59 2013 +0000
@@ -54,7 +54,6 @@
 "
 ! !
 
-
 !CheckinInfoDialog class methodsFor:'interface specs'!
 
 windowSpec
@@ -207,7 +206,6 @@
       )
 ! !
 
-
 !CheckinInfoDialog class methodsFor:'opening'!
 
 getCheckinInfoFor:aString initialAnswer:initialAnswer
@@ -275,7 +273,6 @@
     "Created: / 12-03-2012 / 12:36:26 / cg"
 ! !
 
-
 !CheckinInfoDialog methodsFor:'accessing'!
 
 allowEmptyLogMessage
@@ -346,7 +343,6 @@
     ^ self quickCheckInVisibleHolder value:aBoolean
 ! !
 
-
 !CheckinInfoDialog methodsFor:'aspects'!
 
 descriptionHolder
@@ -427,7 +423,6 @@
     "Created: / 06-07-2010 / 11:30:29 / cg"
 ! !
 
-
 !CheckinInfoDialog class methodsFor:'documentation'!
 
 version
@@ -438,6 +433,11 @@
     ^ '$Header: /cvs/stx/stx/libtool/Tools__CheckinInfoDialog.st,v 1.15 2012-03-12 12:13:08 cg Exp $'
 !
 
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+!
+
 version_SVN
     ^ '$Id: Tools__CheckinInfoDialog.st 7952 2012-03-21 17:50:14Z vranyj1 $'
 ! !