diff --git a/mercurial/commands.py b/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: