class: MercurialSourceCodeManagementSettingsAppl
authorClaus Gittinger <cg@exept.de>
Wed, 31 Jul 2013 19:36:15 +0200
changeset 13286 72b25058832c
parent 13285 5dcf6ce8b684
child 13287 2a0a8c424330
class: MercurialSourceCodeManagementSettingsAppl changed: #helpSpec #windowSpec
MercurialSourceCodeManagementSettingsAppl.st
--- a/MercurialSourceCodeManagementSettingsAppl.st	Wed Jul 31 19:32:33 2013 +0200
+++ b/MercurialSourceCodeManagementSettingsAppl.st	Wed Jul 31 19:36:15 2013 +0200
@@ -135,6 +135,9 @@
 #hgRootPerModuleRoot
 'The mercurial repository for which this specific module is defined.\The module is the first component of the packageID ("module:directoryPath")\by which applications and classes are grouped.'
 
+#hgWorkingDirectory
+'The mercurial working directory.\This is used to hold temporary files during mercurial checkin/checkout operations'
+
 #loginPerModuleRoot
 'Execute a "cvs login" operation for this CVSROOT'
 
@@ -167,7 +170,7 @@
 
 )
 
-    "Modified: / 31-07-2013 / 19:31:33 / cg"
+    "Modified: / 31-07-2013 / 19:35:22 / cg"
 ! !
 
 !MercurialSourceCodeManagementSettingsAppl class methodsFor:'image specs'!
@@ -395,7 +398,7 @@
                                   (InputFieldSpec
                                      name: 'EntryField2'
                                      layout: (LayoutFrame 64 0.25 2 0 0 1 24 0)
-                                     activeHelpKey: hgRootDefault
+                                     activeHelpKey: hgWorkingDirectory
                                      tabable: true
                                      model: workDirectoryHolder
                                      immediateAccept: true
@@ -410,7 +413,7 @@
                                      label: 'Working Directory:'
                                      name: 'Label9'
                                      layout: (LayoutFrame 0 0.0 2 0 60 0.25 24 0)
-                                     activeHelpKey: hgRootDefault
+                                     activeHelpKey: hgWorkingDirectory
                                      level: 0
                                      translateLabel: true
                                      adjust: right
@@ -780,6 +783,8 @@
         
        )
      )
+
+    "Modified: / 31-07-2013 / 19:35:43 / cg"
 ! !
 
 !MercurialSourceCodeManagementSettingsAppl class methodsFor:'queries'!
@@ -1230,10 +1235,10 @@
 !MercurialSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.21 2013-07-31 17:32:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.22 2013-07-31 17:36:15 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.21 2013-07-31 17:32:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.22 2013-07-31 17:36:15 cg Exp $'
 ! !