Add doc string for debugrename.
authorbos@serpentine.internal.keyresearch.com
Thu, 01 Sep 2005 12:13:56 -0700
changeset 1194 c165cbf56bb1
parent 1193 04d1ca8ae9ec
child 1195 f92af8d53330
Add doc string for debugrename.
mercurial/commands.py
--- 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: