Mercurial > python-hglib
changeset 97:705e601e6085
client: fix import --import-branch flag
author | Idan Kamara <idankk86@gmail.com> |
---|---|
date | Mon, 16 Jan 2012 12:53:14 +0200 |
parents | 9746227239e0 |
children | 972d069051c5 |
files | hglib/client.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hglib/client.py Mon Jan 16 12:52:30 2012 +0200 +++ b/hglib/client.py Mon Jan 16 12:53:14 2012 +0200 @@ -835,7 +835,7 @@ args = cmdbuilder('import', strip=strip, force=force, no_commit=nocommit, bypass=bypass, exact=exact, - importbranch=importbranch, message=message, + import_branch=importbranch, message=message, date=date, user=user, similarity=similarity, _=stdin, *patches)