# HG changeset patch # User Gregory Szorc # Date 1513993109 25200 # Node ID 05b8adf38c551e6d137fd5c239e961bad93986d0 # Parent 8dbd000f7de938a9c2d568325f90b4217239afea githelp: recommend `hg import` for `git am` This referenced a third party extension. It doesn't feel appropriate to do that from a core extension. Reference `hg import` instead. Differential Revision: https://phab.mercurial-scm.org/D1724 diff -r 8dbd000f7de9 -r 05b8adf38c55 hgext/githelp.py --- 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 = [