Mercurial > python-hglib
diff hglib/client.py @ 96:9746227239e0
client: fix import --no-commit flag (issue3206)
author | Idan Kamara <idankk86@gmail.com> |
---|---|
date | Mon, 16 Jan 2012 12:52:30 +0200 |
parents | bd23bc72e662 |
children | 705e601e6085 |
line wrap: on
line diff
--- a/hglib/client.py Thu Dec 22 19:12:47 2011 +0200 +++ b/hglib/client.py Mon Jan 16 12:52:30 2012 +0200 @@ -834,7 +834,7 @@ input = None args = cmdbuilder('import', strip=strip, force=force, - nocommit=nocommit, bypass=bypass, exact=exact, + no_commit=nocommit, bypass=bypass, exact=exact, importbranch=importbranch, message=message, date=date, user=user, similarity=similarity, _=stdin, *patches)