# HG changeset patch # User bos@serpentine.internal.keyresearch.com # Date 1125602036 25200 # Node ID c165cbf56bb117ebdd226aea950e67b543a665e7 # Parent 04d1ca8ae9ecc35fbfc5cd27af9094dcea9ae62b Add doc string for debugrename. diff -r 04d1ca8ae9ec -r c165cbf56bb1 mercurial/commands.py --- 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: