mercurial/stx_libscm_mercurial.st
changeset 151 527a1e85aef8
parent 150 1813913f6106
child 154 c1221bf5f357
--- a/mercurial/stx_libscm_mercurial.st	Sun Dec 09 23:27:08 2012 +0000
+++ b/mercurial/stx_libscm_mercurial.st	Mon Dec 10 02:49:43 2012 +0000
@@ -84,6 +84,8 @@
         HGConfig
         HGCommitError
         HGRemote
+        HGPushError
+        HGPushWouldCreateNewHeadError
     )
 !
 
@@ -98,6 +100,9 @@
         String asHGChangesetId
         UserPreferences hgCommand
         UserPreferences hgCommand:
+        UserPreferences hgAutopush
+        UserPreferences hgAutopush:
+
         Object asHGRevision
         'Annotation class' HGRevision:
         'ProjectDefinition class' hgBinaryRevision
@@ -105,7 +110,7 @@
         'ProjectDefinition class' hgPostLoad
     )
 
-    "Modified: / 27-11-2012 / 22:12:06 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 10-12-2012 / 02:43:49 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !stx_libscm_mercurial class methodsFor:'description - project information'!