Submitter | phabricator |
---|---|
Date | Nov. 27, 2017, 7:02 p.m. |
Message ID | <differential-rev-PHID-DREV-x6ow5ytsvq46sqklnpr6-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/25772/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/hgext3rd/githelp.py b/hgext3rd/githelp.py --- a/hgext3rd/githelp.py +++ b/hgext3rd/githelp.py @@ -201,7 +201,7 @@ ] args, opts = parseoptions(ui, cmdoptions, args) - cmd = Command('import') + cmd = Command('import --no-commit') if (opts.get('p')): cmd['-p'] = opts.get('p') cmd.extend(args)