mercurial/commands.py
changeset 1194 c165cbf56bb1
parent 1193 04d1ca8ae9ec
child 1202 71111d796e40
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -749,6 +749,7 @@ def debugindexdot(ui, file_):
     ui.write("}\n")
 
 def debugrename(ui, repo, file, rev=None):
+    """dump rename information"""
     r = repo.file(relpath(repo, [file])[0])
     if rev:
         try: