Mercurial > public > mercurial-scm > hg
diff mercurial/commands.py @ 2983:3b7626b861f8
revert: add -a as alias for --all
author | Vadim Gelfer <vadim.gelfer@gmail.com> |
---|---|
date | Mon, 21 Aug 2006 11:05:43 -0700 |
parents | 890e285c52a1 |
children | 63c3a1921a67 |
line wrap: on
line diff
--- a/mercurial/commands.py Mon Aug 21 09:44:52 2006 -0700 +++ b/mercurial/commands.py Mon Aug 21 11:05:43 2006 -0700 @@ -3049,7 +3049,7 @@ _('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')),