Mercurial > hgrepos > DevTools > mercurial-extensions
changeset 14:92774da07ebc
FIX: the "--amend" flag typically has no short option variant in Mercurial
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Sun, 27 Sep 2015 13:52:09 +0200 |
| parents | c78608f802d4 |
| children | b6e28cd1a610 |
| files | extensions/revinfo.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/extensions/revinfo.py Sun Sep 27 13:49:09 2015 +0200 +++ b/extensions/revinfo.py Sun Sep 27 13:52:09 2015 +0200 @@ -20,7 +20,7 @@ @command("revinfo", [("r", "rev", "", _('revision to handle'), _('REV')), - ("a", "amend", None, _('amend a given file with path information')), + ("", "amend", None, _('amend a given file with path information')), ("p", "path", "default", _('the configured default path'), _('SOURCE')), ], _("hg revinfo [OPTION]... [DEST]"))
