changeset 1194:c165cbf56bb1

Add doc string for debugrename.
author bos@serpentine.internal.keyresearch.com
date Thu, 01 Sep 2005 12:13:56 -0700
parents 04d1ca8ae9ec
children f92af8d53330
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Thu Sep 01 09:35:42 2005 -0700
+++ b/mercurial/commands.py	Thu Sep 01 12:13:56 2005 -0700
@@ -749,6 +749,7 @@
     ui.write("}\n")
 
 def debugrename(ui, repo, file, rev=None):
+    """dump rename information"""
     r = repo.file(relpath(repo, [file])[0])
     if rev:
         try: