MercurialSourceCodeManagementSettingsAppl.st
branchjv
changeset 12287 400a99059170
parent 12265 f1b3696cf042
child 12401 4714b9640528
--- a/MercurialSourceCodeManagementSettingsAppl.st	Fri Sep 07 12:37:19 2012 +0100
+++ b/MercurialSourceCodeManagementSettingsAppl.st	Fri Sep 07 18:28:09 2012 +0100
@@ -85,7 +85,7 @@
 'Open a file browser on the source cache directory'
 
 #checkPerPackageManager
-'Open a window to show which scm-manager is responsible for which package.'
+'Open a window to show which scm-manager is responsible for which package'
 
 #condenseSourceCache
 'Cleanup old cached versions from the source cache.\Will keep only the current (newest) version in the cache.\Access to older code versions will be slowed down (compare with old version browser function)'
@@ -94,16 +94,16 @@
 'The command to use for cvs operations\(the path to "cvs"/"cvs.exe"-command. Not needed, if already in the shell''s PATH value)'
 
 #cvsCommandTimeout
-'The command timeout.\For slow connections (ssl-tunnel), it may make sense to increase this value.'
+'The command timeout.\For slow connections (ssl-tunnel), it may make sense to increase this value'
 
 #cvsLogin
 'Perform a "cvs login" operation for the default CVSROOT'
 
 #cvsRootDefault
-'The default CVSROOT.\This will be used for all modules which are not listed below.'
+'The default CVSROOT.\This will be used for all modules which are not listed below'
 
 #cvsRootPerModule
-'Specifies per-module CVSROOTs.\This allows for individual projects to be stored in different cvs repositories.'
+'Specifies per-module CVSROOTs.\This allows for individual projects to be stored in different cvs repositories'
 
 #cvsRootPerModuleModule
 'The module for which a specific CVSROOT is defined'
@@ -133,7 +133,7 @@
 'The command to use for mercurial operations\(the path to "hg"/"hg.exe"-command. Not needed, if already in the shell''s PATH value)'
 
 #hgCommandTimeout
-'The command timeout.\For slow connections (ssl-tunnel), it may make sense to increase this value.'
+'The command timeout.\For slow connections (ssl-tunnel), it may make sense to increase this value'
 
 #hgInit
 'Perform a "hg init" command to setup the repository for the very first time'
@@ -145,7 +145,7 @@
 'Remove the selected repository from the push-URL list. A repository-push operation will no longer synchronize your changes with this repository'
 
 #hgRootDefault
-'The default mercurial repository.\This will be used for all modules which are not listed below.'
+'The default mercurial repository.\This will be used for all modules which are not listed below'
 
 #hgRootPerModule
 'The mercurial repository for which this specific module is defined'
@@ -166,7 +166,7 @@
 'Move the selected entry up in the list.\(The first matching definition is used to determine which repository type is used.)'
 
 #perPackageConfiguration
-'Define per-package repository types here.\For any non-matching package-id, the default repository type is used.'
+'Define per-package repository types here.\For any non-matching package-id, the default repository type is used'
 
 #removePerModuleRoot
 'Remove this per-module entry'
@@ -178,7 +178,7 @@
 'After checkout, keep the sourcefile in a local file (to avoid repeated checkout of the same file)'
 
 #useLocalSources
-'If present, use the local source files (from the development system''s tree).\If checkout fails, these will always be tried as second chance.'
+'If present, use the local source files (from the development system''s tree).\If checkout fails, these will always be tried as second chance'
 
 #useManager
 'Enable source code management.\If off, all queries for sourcecode are resolved by local files (offline operation)'
@@ -188,7 +188,7 @@
 
 )
 
-    "Modified: / 20-01-2012 / 13:50:42 / cg"
+    "Modified: / 09-08-2012 / 09:41:11 / cg"
 ! !
 
 !MercurialSourceCodeManagementSettingsAppl class methodsFor:'image specs'!
@@ -1251,13 +1251,13 @@
 !MercurialSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.18 2012/07/23 11:25:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.19 2012/08/09 08:59:22 cg Exp $'
 !
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.18 2012/07/23 11:25:37 cg Exp §'
+    ^ '§Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.19 2012/08/09 08:59:22 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: MercurialSourceCodeManagementSettingsAppl.st 8022 2012-07-25 09:51:30Z vranyj1 $'
+    ^ '$Id: MercurialSourceCodeManagementSettingsAppl.st 8048 2012-09-07 17:28:09Z vranyj1 $'
 ! !