mercurial/commands.py
changeset 4636 bcfb3a30a112
parent 4586 1fcc076fcb17
child 4640 178778ca648f
--- 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,