Submitter | phabricator |
---|---|
Date | Dec. 23, 2017, 1:39 a.m. |
Message ID | <0c79136cd9169b01b8c326b29df4556a@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/26416/ |
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 = [