diff --git a/hgext/githelp.py b/hgext/githelp.py --- a/hgext/githelp.py +++ b/hgext/githelp.py @@ -170,14 +170,6 @@ ui.status((str(cmd)), "\n") -def am(ui, repo, *args, **kwargs): - 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")) - def apply(ui, repo, *args, **kwargs): cmdoptions = [ ('p', 'p', int, ''), @@ -1030,7 +1022,6 @@ gitcommands = { 'add': add, - 'am': am, 'apply': apply, 'bisect': bisect, 'blame': blame,