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)