# HG changeset patch # User mpm@selenic.com # Date 1115335256 28800 # Node ID 12f598340423c8d124e112e03a7c9c5d59bcc39c # Parent 4d3a5dcb69725fe0e8cdded5ca84344a9e73ebf4 Fix up commit arg breakage diff --git a/mercurial/hg.py b/mercurial/hg.py --- a/mercurial/hg.py +++ b/mercurial/hg.py @@ -408,7 +408,7 @@ class repository: tr.close() - def commit(self, update = None, parent, text = ""): + def commit(self, parent, update = None, text = ""): tr = self.transaction() try: