Submitter | phabricator |
---|---|
Date | Jan. 18, 2018, 7:58 p.m. |
Message ID | <0d89dfb30066f02165597c99f32299d6@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/26923/ |
State | Not Applicable |
Headers | show |
Comments
Patch
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 = [