changed: #helpSpec
authorClaus Gittinger <cg@exept.de>
Thu, 09 Aug 2012 10:59:17 +0200
changeset 11735 d8ec1eedd75f
parent 11734 996ec373f194
child 11736 ab369307a4b7
changed: #helpSpec
GitSourceCodeManagementSettingsAppl.st
--- a/GitSourceCodeManagementSettingsAppl.st	Thu Aug 09 10:59:08 2012 +0200
+++ b/GitSourceCodeManagementSettingsAppl.st	Thu Aug 09 10:59:17 2012 +0200
@@ -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,10 +94,10 @@
 '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'
 
 #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'
@@ -127,7 +127,7 @@
 'The command to use for git operations\(the path to "git"/"git.exe"-command. Not needed, if already in the shell''s PATH value)'
 
 #gitCommandTimeout
-'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'
 
 #gitInit
 'Perform a "git init" command to setup the repository for the very first time'
@@ -139,7 +139,7 @@
 'Remove the selected repository from the push-URL list. A repository-push operation will no longer synchronize your changes with this repository'
 
 #gitRootDefault
-'The default git repository.\This will be used for all modules which are not listed below.'
+'The default git repository.\This will be used for all modules which are not listed below'
 
 #gitRootPerModule
 'The git repository for which this specific module is defined'
@@ -157,7 +157,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'
@@ -169,7 +169,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)'
@@ -179,7 +179,7 @@
 
 )
 
-    "Modified: / 03-03-2012 / 10:36:12 / cg"
+    "Modified: / 09-08-2012 / 09:41:18 / cg"
 ! !
 
 !GitSourceCodeManagementSettingsAppl class methodsFor:'image specs'!
@@ -1217,9 +1217,9 @@
 !GitSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/GitSourceCodeManagementSettingsAppl.st,v 1.8 2012-07-23 11:26:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/GitSourceCodeManagementSettingsAppl.st,v 1.9 2012-08-09 08:59:17 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/GitSourceCodeManagementSettingsAppl.st,v 1.8 2012-07-23 11:26:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/GitSourceCodeManagementSettingsAppl.st,v 1.9 2012-08-09 08:59:17 cg Exp $'
 ! !