mercurial/stx_libscm_mercurial.st
changeset 40 e3699c0b00f9
parent 39 10e693b3e034
child 46 d5a192b11a1a
--- a/mercurial/stx_libscm_mercurial.st	Tue Nov 13 11:06:16 2012 +0000
+++ b/mercurial/stx_libscm_mercurial.st	Tue Nov 13 18:09:24 2012 +0000
@@ -27,10 +27,10 @@
      exclude individual packages in the #excludedFromPrerequisites method."
 
     ^ #(
-        #'stx:goodies/sunit'    "TestResource - superclass of HGRepositoriesResource "
-        #'stx:libbasic'    "ProjectDefinition - superclass of stx_libscm_mercurial "
-        #'stx:libbasic2'    "Singleton - superclass of HGStatus::Added "
-        #'stx:libscm/git'    "GitSignature - referenced by HGTests>>performTest "
+        #'stx:goodies/sunit'    "TestCase - superclass of HGCommandParserTests "
+        #'stx:libbasic'    "LibraryDefinition - superclass of stx_libscm_mercurial "
+        #'stx:libbasic2'    "Singleton - superclass of HGStatus::Missing "
+        #'stx:libscm/git'    "GitCommitterQuery - referenced by HGTests>>performTest "
     )
 ! !
 
@@ -59,7 +59,8 @@
         HGStatus
         HGError
         HGCommandError
-        HGRevision
+        (HGCommandParserTests autoload)
+        HGChangeset
     )
 !