Fix up commit arg breakage
authormpm@selenic.com
Thu, 05 May 2005 15:20:56 -0800
changeset 30 12f598340423
parent 29 4d3a5dcb6972
child 31 642058291e74
Fix up commit arg breakage
mercurial/hg.py
--- a/mercurial/hg.py	Thu May 05 15:05:50 2005 -0800
+++ b/mercurial/hg.py	Thu May 05 15:20:56 2005 -0800
@@ -408,7 +408,7 @@
 
         tr.close()
 
-    def commit(self, update = None, parent, text = ""):
+    def commit(self, parent, update = None, text = ""):
         tr = self.transaction()
         
         try: