GitSourceCodeManagementSettingsAppl.st
branchjv
changeset 12431 9f0c59c742d5
parent 12401 4714b9640528
child 13289 cc75e3cd0362
--- a/GitSourceCodeManagementSettingsAppl.st	Tue Feb 26 12:38:54 2013 +0000
+++ b/GitSourceCodeManagementSettingsAppl.st	Wed Feb 27 12:34:59 2013 +0000
@@ -49,7 +49,6 @@
 "
 ! !
 
-
 !GitSourceCodeManagementSettingsAppl class methodsFor:'defaults'!
 
 defaultRepositoryName
@@ -59,7 +58,6 @@
     "Created: / 19-04-2011 / 11:00:11 / cg"
 ! !
 
-
 !GitSourceCodeManagementSettingsAppl class methodsFor:'help specs'!
 
 helpSpec
@@ -184,7 +182,6 @@
     "Modified: / 09-08-2012 / 09:41:18 / cg"
 ! !
 
-
 !GitSourceCodeManagementSettingsAppl class methodsFor:'image specs'!
 
 defaultIcon
@@ -247,7 +244,6 @@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 0 64 0 0 128 0 32 32 32 32 64 32 32 96 32 32 128 32 32 128 64 32 160 64 64 64 64 96 96 96 96 192 128 128 128 128 192 0 0 209 87 87 255 255 255]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@>>>@>>>@@@@@@@@@XXX@^^^@>>>@<<<@LLL@@@@A<@@C<@@GR@@G@@@_$@@ON@@F_@@@O@@JL@@G<@@C8@@@@@@') ; yourself); yourself]
 ! !
 
-
 !GitSourceCodeManagementSettingsAppl class methodsFor:'interface specs'!
 
 windowSpec
@@ -767,7 +763,6 @@
       )
 ! !
 
-
 !GitSourceCodeManagementSettingsAppl class methodsFor:'queries'!
 
 managerClass
@@ -778,7 +773,6 @@
     "Created: / 19-04-2011 / 12:46:52 / cg"
 ! !
 
-
 !GitSourceCodeManagementSettingsAppl methodsFor:'actions'!
 
 addModule:module withData:data
@@ -882,7 +876,6 @@
     "Modified: / 26-01-2012 / 13:50:08 / cg"
 ! !
 
-
 !GitSourceCodeManagementSettingsAppl methodsFor:'actions - git'!
 
 addPerModuleRoot
@@ -951,7 +944,6 @@
     "Created: / 17-01-2012 / 17:42:27 / cg"
 ! !
 
-
 !GitSourceCodeManagementSettingsAppl methodsFor:'aspects'!
 
 gitCommandTimeoutHolder
@@ -1103,7 +1095,6 @@
     "Created: / 03-03-2012 / 10:34:19 / cg"
 ! !
 
-
 !GitSourceCodeManagementSettingsAppl methodsFor:'change & update'!
 
 selectedPerModuleRepositoryChanged
@@ -1154,7 +1145,6 @@
     "Modified: / 14-01-2012 / 20:26:51 / cg"
 ! !
 
-
 !GitSourceCodeManagementSettingsAppl methodsFor:'help'!
 
 helpFilename
@@ -1163,7 +1153,6 @@
     "Modified: / 02-03-2012 / 15:20:09 / cg"
 ! !
 
-
 !GitSourceCodeManagementSettingsAppl methodsFor:'initialization & release'!
 
 initialize
@@ -1187,7 +1176,6 @@
     "Modified: / 02-03-2012 / 15:20:19 / cg"
 ! !
 
-
 !GitSourceCodeManagementSettingsAppl methodsFor:'queries'!
 
 hasUnsavedChanges
@@ -1226,7 +1214,6 @@
     "Modified: / 02-03-2012 / 15:20:03 / cg"
 ! !
 
-
 !GitSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
 
 version
@@ -1237,6 +1224,11 @@
     ^ '$Header: /cvs/stx/stx/libtool/GitSourceCodeManagementSettingsAppl.st,v 1.9 2012-08-09 08:59:17 cg Exp $'
 !
 
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+!
+
 version_SVN
     ^ '$Id: GitSourceCodeManagementSettingsAppl.st 8048 2012-09-07 17:28:09Z vranyj1 $'
 ! !