# HG changeset patch # User bos@serpentine.internal.keyresearch.com # Date 2005-09-01 19:13:56 # Node ID c165cbf56bb117ebdd226aea950e67b543a665e7 # Parent 04d1ca8ae9ecc35fbfc5cd27af9094dcea9ae62b Add doc string for debugrename. 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: