mercurial/stx_libscm_mercurial.st
changeset 395 fc0607653d8a
parent 372 5acd6d915c77
parent 394 1f009c523329
child 396 3c9d047e3841
child 398 65dc8645e496
--- a/mercurial/stx_libscm_mercurial.st	Sun Feb 09 19:36:58 2014 +0000
+++ b/mercurial/stx_libscm_mercurial.st	Wed Mar 05 10:04:25 2014 +0000
@@ -111,6 +111,8 @@
         #'stx:libhtml'    "HTMLDocumentView - referenced by HGSourceCodeManagementSettingsAppl>>help "
         #'stx:libjava'    "Java - referenced by HGStXTests>>test_commit_16a "
         #'stx:libview'    "Color - referenced by HGCommitDialog>>moreOptionsLabel "
+        #'stx:libwidg'    "DialogBox - referenced by AbstractFileBrowser>>hgClone "
+        #'stx:libwidg2'    "ProgressIndicator - referenced by AbstractFileBrowser>>hgClone "
     )
 !
 
@@ -222,6 +224,8 @@
         (HGTests autoload)
         HGWorkingCopy
         HGCommandParseError
+        HGInvalidExecutableError
+        HGInvalidVersionError
         HGPushError
         HGUnknownRevisionError
         HGPushWouldCreateNewHeadError
@@ -286,6 +290,12 @@
         'ProjectDefinition class' hgEnsureCopyrightMethod
         'ProjectDefinition class' #'hgEnsureVersion_HGMethod'
         CharacterArray asHGChangesetId
+        AbstractFileBrowser hasHGWorkingCopyNotSelected
+        AbstractFileBrowser hgClone
+        AbstractFileBrowser hgCloneEnabled
+        AbstractFileBrowser hgInit
+        AbstractFileBrowser hgInitEnabled
+        'ProjectDefinition class' hgLogicalRevision:
     )
 ! !
 
@@ -381,6 +391,6 @@
 !
 
 version_SVN
-    ^ '§Id::                                                                                                                        §'
+    ^ 'Id::                                                                                                                        '
 ! !