Mercurial > hg-stable
changeset 13963:3c753f9a2fbc stable
identify: further clarification of help
Following on to 1416b9118540, correct a minor grammar issue, re-wrap to
72 columns, and further clarify wording.
author | Kevin Bullock <kbullock@ringworld.org> |
---|---|
date | Tue, 19 Apr 2011 13:33:43 -0500 |
parents | 71f51cc71652 |
children | ac1c75a7c6b5 82845434e974 |
files | mercurial/commands.py |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Tue Apr 19 15:15:56 2011 +0200 +++ b/mercurial/commands.py Tue Apr 19 13:33:43 2011 -0500 @@ -2244,10 +2244,10 @@ num=None, id=None, branch=None, tags=None, bookmarks=None): """identify the working copy or specified revision - Print a summary identifiying the repository state at REV - using one or two parent hash identifiers, followed by a - "+" if there are uncommitted changes in the working directory, - the branch name (omitted if default) and a list of tags, bookmarks. + Print a summary identifying the repository state at REV using one or + two parent hash identifiers, followed by a "+" if the working + directory has uncommitted changes, the branch name (if not default), + a list of tags, and a list of bookmarks. When REV is not given, print a summary of the current state of the repository.