MercurialSourceCodeManagementSettingsAppl.st
branchjv
changeset 12431 9f0c59c742d5
parent 12401 4714b9640528
child 13289 cc75e3cd0362
--- a/MercurialSourceCodeManagementSettingsAppl.st	Tue Feb 26 12:38:54 2013 +0000
+++ b/MercurialSourceCodeManagementSettingsAppl.st	Wed Feb 27 12:34:59 2013 +0000
@@ -49,7 +49,6 @@
 "
 ! !
 
-
 !MercurialSourceCodeManagementSettingsAppl class methodsFor:'defaults'!
 
 defaultRepositoryName
@@ -59,7 +58,6 @@
     "Created: / 19-04-2011 / 11:00:11 / cg"
 ! !
 
-
 !MercurialSourceCodeManagementSettingsAppl class methodsFor:'help specs'!
 
 helpSpec
@@ -193,7 +191,6 @@
     "Modified: / 09-08-2012 / 09:41:11 / cg"
 ! !
 
-
 !MercurialSourceCodeManagementSettingsAppl class methodsFor:'image specs'!
 
 defaultIcon
@@ -283,7 +280,6 @@
 @CP\L0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[174 169 169 255 255 255 233 233 230 216 216 216 213 209 209 214 209 209 232 229 229 229 223 223 191 187 181 197 197 197 255 255 255 233 230 230 194 189 194 247 244 245 251 250 250 177 177 177 255 255 255 194 189 194 155 149 149 175 175 169 157 157 157 136 128 128 251 251 251 255 255 255 117 108 108 118 118 118 97 89 98 139 139 147 240 240 242 255 255 255 137 128 118 98 98 98 79 79 79 255 255 255 156 149 156 38 30 30 39 39 30 97 89 79 79 69 69 58 49 49 255 255 255 255 255 255 77 59 59 229 226 223 137 137 128 79 79 69 77 69 69 59 59 59 59 49 59 154 140 147 199 199 204 251 251 251 255 255 255 0 0 0 0 64 0 32 96 32 96 192 128 32 128 64 32 160 64 32 128 32 64 64 64 96 96 96 128 128 128 32 32 32 32 64 32]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@G>@@O? @_?0@??8@??8@??<@??<O??>__?>_O?>_??>O=?>GR_>G<_<_>_<O>_8G?_8C??0K<? G<?@C8\@@@@@') ; yourself); yourself]
 ! !
 
-
 !MercurialSourceCodeManagementSettingsAppl class methodsFor:'interface specs'!
 
 windowSpec
@@ -807,7 +803,6 @@
       )
 ! !
 
-
 !MercurialSourceCodeManagementSettingsAppl class methodsFor:'queries'!
 
 managerClass
@@ -818,7 +813,6 @@
     "Created: / 19-04-2011 / 12:46:52 / cg"
 ! !
 
-
 !MercurialSourceCodeManagementSettingsAppl methodsFor:'actions'!
 
 addModule:module withData:data
@@ -922,7 +916,6 @@
     "Modified: / 26-01-2012 / 13:50:08 / cg"
 ! !
 
-
 !MercurialSourceCodeManagementSettingsAppl methodsFor:'actions - mercurial'!
 
 addPerModuleRoot
@@ -981,7 +974,6 @@
     "Created: / 17-01-2012 / 17:42:27 / cg"
 ! !
 
-
 !MercurialSourceCodeManagementSettingsAppl methodsFor:'aspects'!
 
 hgCommandTimeoutHolder
@@ -1131,7 +1123,6 @@
     "Created: / 03-03-2012 / 10:34:19 / cg"
 ! !
 
-
 !MercurialSourceCodeManagementSettingsAppl methodsFor:'change & update'!
 
 selectedPerModuleRepositoryChanged
@@ -1182,7 +1173,6 @@
     "Modified: / 14-01-2012 / 20:26:51 / cg"
 ! !
 
-
 !MercurialSourceCodeManagementSettingsAppl methodsFor:'help'!
 
 helpFilename
@@ -1191,7 +1181,6 @@
     "Modified: / 14-01-2012 / 20:27:00 / cg"
 ! !
 
-
 !MercurialSourceCodeManagementSettingsAppl methodsFor:'initialization & release'!
 
 initialize
@@ -1215,7 +1204,6 @@
     "Modified: / 17-01-2012 / 17:39:13 / cg"
 ! !
 
-
 !MercurialSourceCodeManagementSettingsAppl methodsFor:'queries'!
 
 hasUnsavedChanges
@@ -1254,7 +1242,6 @@
     "Modified: / 14-01-2012 / 23:41:33 / cg"
 ! !
 
-
 !MercurialSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
 
 version
@@ -1265,6 +1252,11 @@
     ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.19 2012-08-09 08:59:22 cg Exp $'
 !
 
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+!
+
 version_SVN
     ^ '$Id: MercurialSourceCodeManagementSettingsAppl.st 8048 2012-09-07 17:28:09Z vranyj1 $'
 ! !