--- 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: