diff --git a/hgext/amend/metaedit.py b/hgext/amend/metaedit.py index 76ab990f9c..d7716f3a97 100644 --- a/hgext/amend/metaedit.py +++ b/hgext/amend/metaedit.py @@ -24,7 +24,7 @@ command = registrar.command(cmdtable) @command( "^metaedit", [ - ("r", "rev", [], _("revision to split")), + ("r", "rev", [], _("revision to edit")), ("", "fold", False, _("fold specified revisions into one")), ] + commands.commitopts