# HG changeset patch # User TK Soh # Date 1130444968 25200 # Node ID fb9b84c91222eb11abd4f9d8620f78b749a7c849 # Parent 0847c45ffee6189bf3a6ee98a0a584914a4b969e minor fix on command help docstrings diff -r 0847c45ffee6 -r fb9b84c91222 mercurial/commands.py --- a/mercurial/commands.py Thu Oct 27 12:26:16 2005 -0700 +++ b/mercurial/commands.py Thu Oct 27 13:29:28 2005 -0700 @@ -942,8 +942,7 @@ ui.write('%s.%s=%s\n' % (section, name, value)) def debugsetparents(ui, repo, rev1, rev2=None): - """ - manually set the parents of the current working directory + """manually set the parents of the current working directory This is useful for writing repository conversion tools, but should be used with care. @@ -1285,6 +1284,7 @@ def identify(ui, repo): """print information about the working copy + Print a short summary of the current state of the repo. This summary identifies the repository state using one or two parent