revert: add -a as alias for --all

This commit is contained in:
Vadim Gelfer 2006-08-21 11:05:43 -07:00
parent 38dd424903
commit 3f1bee75e9

View File

@ -3049,7 +3049,7 @@ table = {
_('hg rename [OPTION]... SOURCE... DEST')),
"^revert":
(revert,
[('', 'all', None, _('revert all changes when no arguments given')),
[('a', 'all', None, _('revert all changes when no arguments given')),
('r', 'rev', '', _('revision to revert to')),
('', 'no-backup', None, _('do not save backup copies of files')),
('I', 'include', [], _('include names matching given patterns')),