diff --git a/hgext/githelp.py b/hgext/githelp.py --- a/hgext/githelp.py +++ b/hgext/githelp.py @@ -174,9 +174,8 @@ cmdoptions=[ ] args, opts = parseoptions(ui, cmdoptions, args) - cmd = Command('mimport -m') - ui.status(str(cmd), "\n\n") - ui.status(_("note: requires the MboxExtension and the MqExtension.\n")) + cmd = Command('import') + ui.status(str(cmd), "\n") def apply(ui, repo, *args, **kwargs): cmdoptions = [