changeset 30:12f598340423

Fix up commit arg breakage
author mpm@selenic.com
date Thu, 05 May 2005 15:20:56 -0800
parents 4d3a5dcb6972
children 642058291e74
files mercurial/hg.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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: