Mercurial > public > mercurial-scm > hg-stable
diff mercurial/commands.py @ 4640:178778ca648f
Merge with crew-stable
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Wed, 20 Jun 2007 00:22:51 +0200 |
parents | 63b9d2deed48 bcfb3a30a112 |
children | 196d90bf5c15 |
line wrap: on
line diff
--- a/mercurial/commands.py Tue Jun 19 08:51:34 2007 +0200 +++ b/mercurial/commands.py Wed Jun 20 00:22:51 2007 +0200 @@ -2743,7 +2743,9 @@ "debugdata": (debugdata, [], _('debugdata FILE REV')), "debugindex": (debugindex, [], _('debugindex FILE')), "debugindexdot": (debugindexdot, [], _('debugindexdot FILE')), - "debugrename": (debugrename, [], _('debugrename FILE [REV]')), + "debugrename": (debugrename, + [('r', 'rev', '', _('revision to debug'))], + _('debugrename [-r REV] FILE')), "debugwalk": (debugwalk, walkopts, _('debugwalk [OPTION]... [FILE]...')), "^diff": (diff,