mercurial/commands.py
changeset 4640 178778ca648f
parent 4635 63b9d2deed48
parent 4636 bcfb3a30a112
child 4646 196d90bf5c15
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -2743,7 +2743,9 @@ table = {
     "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,