[PATCH STABLE V2] identify: further clarification of help

Kevin Bullock kbullock+mercurial at ringworld.org
Wed Apr 20 10:18:40 CDT 2011


# HG changeset patch
# User Kevin Bullock <kbullock at ringworld.org>
# Date 1303238023 18000
# Branch stable
# Node ID 20265dc6a2db1e3b11bd2778ad43f991fe132c76
# Parent  1416b9118540628b646a8ae30205b0c074a43518
identify: further clarification of help

Following on to 1416b9118540, correct a minor grammar issue, re-wrap to
72 columns, and further clarify wording.

diff --git a/mercurial/commands.py b/mercurial/commands.py
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -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.


More information about the Mercurial-devel mailing list