Mercurial > hg
changeset 1470:fb9b84c91222
minor fix on command help docstrings
author | TK Soh <teekaysoh@yahoo.com> |
---|---|
date | Thu, 27 Oct 2005 13:29:28 -0700 |
parents | 0847c45ffee6 |
children | f56f38a1a85f |
files | mercurial/commands.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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