MercurialSourceCodeManagementSettingsAppl.st
branchjv
changeset 16093 a0705d7461fd
parent 15566 184cea584be5
parent 16088 7162acc2d2f8
child 16689 70b43a6c4755
equal deleted inserted replaced
16081:f36d893e95d2 16093:a0705d7461fd
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 "{ Package: 'stx:libtool' }"
    12 "{ Package: 'stx:libtool' }"
       
    13 
       
    14 "{ NameSpace: Smalltalk }"
    13 
    15 
    14 AbstractSourceCodeManagementSettingsAppl subclass:#MercurialSourceCodeManagementSettingsAppl
    16 AbstractSourceCodeManagementSettingsAppl subclass:#MercurialSourceCodeManagementSettingsAppl
    15 	instanceVariableNames:'workDirectoryHolder repositoryHolder manager repository
    17 	instanceVariableNames:'workDirectoryHolder repositoryHolder manager repository
    16 		repositoryPrototypeList addPerModuleRepository
    18 		repositoryPrototypeList addPerModuleRepository
    17 		removePerModuleRepository perModuleRepository
    19 		removePerModuleRepository perModuleRepository
   104 
   106 
   105 #hgAddPushURL
   107 #hgAddPushURL
   106 'Add a repository to the push-URL list.\A repository-push operation will synchronize your changes with this repository as well'
   108 'Add a repository to the push-URL list.\A repository-push operation will synchronize your changes with this repository as well'
   107 
   109 
   108 #hgCheckAccess
   110 #hgCheckAccess
   109 'Perform a "hg status" command in the default repository\to see if the repository is accessable'
   111 'Perform a "hg status" command in the default repository\to see if the repository is accessible'
   110 
   112 
   111 #hgCheckAccessPerModuleRoot
   113 #hgCheckAccessPerModuleRoot
   112 'Perform a "hg status" command in this module''s repository\to see if the repository is accessable'
   114 'Perform a "hg status" command in this module''s repository\to see if the repository is accessible'
   113 
   115 
   114 #hgCommand
   116 #hgCommand
   115 'The command to use for mercurial operations\(the path to the "hg" or "hg.exe"-command.\Not needed, if already in the shell''s PATH value)'
   117 'The command to use for mercurial operations\(the path to the "hg" or "hg.exe"-command.\Not needed, if already in the shell''s PATH value)'
   116 
   118 
   117 #hgCommandTimeout
   119 #hgCommandTimeout
   170 
   172 
   171 #verboseSourceCodeAccess
   173 #verboseSourceCodeAccess
   172 'Output debugging messages on the Transcript\(mostly traces of the underlying scm mechanism, such as cvs commands)'
   174 'Output debugging messages on the Transcript\(mostly traces of the underlying scm mechanism, such as cvs commands)'
   173 
   175 
   174 )
   176 )
   175 
       
   176     "Modified: / 31-07-2013 / 19:35:22 / cg"
       
   177 ! !
   177 ! !
   178 
   178 
   179 !MercurialSourceCodeManagementSettingsAppl class methodsFor:'image specs'!
   179 !MercurialSourceCodeManagementSettingsAppl class methodsFor:'image specs'!
   180 
   180 
   181 defaultIcon
   181 defaultIcon
  1291 ! !
  1291 ! !
  1292 
  1292 
  1293 !MercurialSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
  1293 !MercurialSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
  1294 
  1294 
  1295 version
  1295 version
  1296     ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.31 2014-06-01 10:29:32 cg Exp $'
  1296     ^ '$Header$'
  1297 !
  1297 !
  1298 
  1298 
  1299 version_CVS
  1299 version_CVS
  1300     ^ '$Header: /cvs/stx/stx/libtool/MercurialSourceCodeManagementSettingsAppl.st,v 1.31 2014-06-01 10:29:32 cg Exp $'
  1300     ^ '$Header$'
  1301 ! !
  1301 ! !
  1302 
  1302