mercurial/stx_libscm_mercurial.st
changeset 88 1ad71a063a20
parent 84 76c669414145
child 100 7e2196730455
--- a/mercurial/stx_libscm_mercurial.st	Tue Nov 20 21:32:08 2012 +0000
+++ b/mercurial/stx_libscm_mercurial.st	Wed Nov 21 01:21:47 2012 +0000
@@ -27,14 +27,14 @@
      exclude individual packages in the #excludedFromPrerequisites method."
 
     ^ #(
-        #'stx:goodies/sunit'    "TestAsserter - superclass of HGTestCase "
-        #'stx:libbasic'    "LibraryDefinition - superclass of stx_libscm_mercurial "
+        #'stx:goodies/sunit'    "TestAsserter - superclass of HGTests "
+        #'stx:libbasic'    "ByteArray - superclass of HGNodeId "
         #'stx:libbasic2'    "Singleton - superclass of HGStatus::Added "
         #'stx:libbasic3'    "AbstractSourceCodeManager - superclass of HGSourceCodeManager "
-        #'stx:libscm/common'    "SCMAbstractCommitDialog - superclass of HGCommitDialog "
+        #'stx:libscm/common'    "SCMAbstractTask - superclass of HGCommitTask "
         #'stx:libtool'    "AbstractSourceCodeManagementSettingsAppl - superclass of HGSourceCodeManagementSettingsAppl "
         #'stx:libview'    "ImageMask - referenced by HGIconLibrary class>>hgLogo2 "
-        #'stx:libview2'    "ApplicationModel - superclass of HGSourceCodeManagementSettingsAppl "
+        #'stx:libview2'    "Model - superclass of HGSourceCodeManagementSettingsAppl "
     )
 ! !
 
@@ -77,7 +77,8 @@
         HGCommitTask
         HGChangesetFile
         (HGStXTests autoload)
-        HGVersionInfo
+        HGRevisionInfo
+        HGRevisionAnnotation
     )
 !
 
@@ -92,9 +93,11 @@
         String asHGNodeId
         UserPreferences hgCommand
         UserPreferences hgCommand:
+        Object asHGRevision
+        'Annotation class' HGRevision:
+        'ProjectDefinition class' hgBinaryRevision
+        'ProjectDefinition class' hgLogicalRevision
     )
-
-    "Modified: / 19-11-2012 / 21:56:13 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !stx_libscm_mercurial class methodsFor:'description - project information'!