mercurial/stx_libscm_mercurial.st
changeset 69 17045d49309f
parent 59 b8722ad42c3b
child 80 8f300696b26b
--- a/mercurial/stx_libscm_mercurial.st	Sat Nov 17 01:11:41 2012 +0000
+++ b/mercurial/stx_libscm_mercurial.st	Sat Nov 17 01:11:55 2012 +0000
@@ -27,14 +27,14 @@
      exclude individual packages in the #excludedFromPrerequisites method."
 
     ^ #(
-        #'stx:goodies/sunit'
-        #'stx:libbasic'    "SequenceableCollection - superclass of HGNodeId "
-        #'stx:libbasic2'    "Singleton - superclass of HGStatus::NotTracked "
+        #'stx:goodies/sunit'    "TestAsserter - superclass of HGTestCase "
+        #'stx:libbasic'    "LibraryDefinition - superclass of stx_libscm_mercurial "
+        #'stx:libbasic2'    "Singleton - superclass of HGStatus::Added "
         #'stx:libbasic3'    "AbstractSourceCodeManager - superclass of HGSourceCodeManager "
-        #'stx:libscm/common'    "SCMAbstractSourceCodeManager - superclass of HGSourceCodeManager "
-        #'stx:libtool'    "AbstractSettingsApplication - superclass of HGSourceCodeManagementSettingsAppl "
-        #'stx:libview'    "Depth8Image - referenced by HGSourceCodeManagementSettingsAppl class>>defaultIcon2 "
-        #'stx:libview2'    "Model - superclass of HGCommitDialog "
+        #'stx:libscm/common'    "SCMAbstractCommitDialog - superclass of HGCommitDialog "
+        #'stx:libtool'    "AbstractSourceCodeManagementSettingsAppl - superclass of HGSourceCodeManagementSettingsAppl "
+        #'stx:libview'    "ImageMask - referenced by HGIconLibrary class>>hgLogo2 "
+        #'stx:libview2'    "ApplicationModel - superclass of HGSourceCodeManagementSettingsAppl "
     )
 ! !
 
@@ -54,6 +54,7 @@
         HGRepository
         HGRepositoryError
         HGRepositoryObject
+        (HGTestCase autoload)
         (HGTests autoload)
         HGWorkingCopyFile
         #'stx_libscm_mercurial'
@@ -74,6 +75,8 @@
         HGAuthorQuery
         HGCommandParseError
         HGCommitTask
+        HGChangesetFile
+        (HGStXTests autoload)
     )
 !
 
@@ -82,6 +85,10 @@
      Entries are 2-element array literals, consisting of class-name and selector."
 
     ^ #(
+        ByteArray asHGNodeId
+        Integer asHGNodeId
+        Object asHGNodeId
+        String asHGNodeId
     )
 ! !