Mercurial > public > mercurial-scm > hg-stable
diff mercurial/commands.py @ 4636:bcfb3a30a112
Fix debugrename --rev option
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Wed, 20 Jun 2007 00:09:30 +0200 |
parents | 1fcc076fcb17 |
children | 178778ca648f |
line wrap: on
line diff
--- a/mercurial/commands.py Sun Jun 17 19:40:02 2007 +0200 +++ b/mercurial/commands.py Wed Jun 20 00:09:30 2007 +0200 @@ -2760,7 +2760,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,