changeset 35716 | 05b8adf38c55 |
parent 35715 | 8dbd000f7de9 |
child 35717 | 5edfead8cc95 |
--- a/hgext/githelp.py Mon Dec 18 20:51:20 2017 -0800 +++ b/hgext/githelp.py Fri Dec 22 18:38:29 2017 -0700 @@ -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 = [