mercurial/stx_libscm_mercurial.st
changeset 173 c72794df7ae3
parent 165 4f6432cf4240
child 177 1b0ddad9770e
equal deleted inserted replaced
172:ca0b1a930b87 173:c72794df7ae3
    25      global variable accesses. (the browser has a menu function for that)
    25      global variable accesses. (the browser has a menu function for that)
    26      Howevery, often too much is found, and you may want to explicitely
    26      Howevery, often too much is found, and you may want to explicitely
    27      exclude individual packages in the #excludedFromPrerequisites method."
    27      exclude individual packages in the #excludedFromPrerequisites method."
    28 
    28 
    29     ^ #(
    29     ^ #(
    30         #'stx:goodies/sunit'    "TestResource - superclass of HGRepositoriesResource "
    30         #'stx:goodies/sunit'    "TestCase - superclass of HGTests "
    31         #'stx:libbasic'    "LibraryDefinition - superclass of stx_libscm_mercurial "
    31         #'stx:libbasic'    "UninterpretedBytes - superclass of HGChangesetId "
    32         #'stx:libbasic2'    "Singleton - superclass of HGStatus::Added "
    32         #'stx:libbasic2'    "Singleton - superclass of HGStatus "
    33         #'stx:libbasic3'    "AbstractSourceCodeManager - superclass of HGSourceCodeManager "
    33         #'stx:libbasic3'    "AbstractSourceCodeManager - superclass of HGSourceCodeManager "
    34         #'stx:libscm/common'    "SCMAbstractFileoutLikeTask - superclass of HGCommitTask "
    34         #'stx:libscm/common'    "SCMAbstractSourceCodeManager - superclass of HGSourceCodeManager "
    35         #'stx:libtool'    "DirectoryContentsBrowser - superclass of HGWorkingCopyBrowser::DirectoryContentsBrowser "
    35         #'stx:libtool'    "AbstractSettingsApplication - superclass of HGSourceCodeManagementSettingsAppl "
    36         #'stx:libview'    "Depth8Image - referenced by HGIconLibrary class>>commit "
    36         #'stx:libview'    "Color - referenced by HGCommitDialog>>moreOptionsLabel "
    37         #'stx:libview2'    "Model - superclass of HGSourceCodeManagementSettingsAppl "
    37         #'stx:libview2'    "ApplicationModel - superclass of HGCommitDialog "
    38     )
    38     )
    39 ! !
    39 ! !
    40 
    40 
    41 !stx_libscm_mercurial class methodsFor:'description - contents'!
    41 !stx_libscm_mercurial class methodsFor:'description - contents'!
    42 
    42 
   116         'AbstractFileBrowser class' hgMenu
   116         'AbstractFileBrowser class' hgMenu
   117         'ConfigurableFeatures class' hasHGSupport
   117         'ConfigurableFeatures class' hasHGSupport
   118         'ConfigurableFeatures class' hasHGSupportEnabled
   118         'ConfigurableFeatures class' hasHGSupportEnabled
   119         AbstractFileBrowser currentHgRepository
   119         AbstractFileBrowser currentHgRepository
   120         AbstractFileBrowser hasHGWorkingCopySelected
   120         AbstractFileBrowser hasHGWorkingCopySelected
       
   121         AbstractFileBrowser hgCommit
       
   122         AbstractFileBrowser hgExecuteCommand:
       
   123         AbstractFileBrowser hgExecuteCommand:objects:
       
   124         AbstractFileBrowser hgStatus
       
   125         #'Tools::NewSystemBrowser' commonMenuHGBrowseTemporaryWorkingCopy
   121     )
   126     )
   122 ! !
   127 ! !
   123 
   128 
   124 !stx_libscm_mercurial class methodsFor:'description - project information'!
   129 !stx_libscm_mercurial class methodsFor:'description - project information'!
   125 
   130