[PATCH STABLE] identify: slight clarification of help from 1416b9118540

Kevin Bullock kbullock+mercurial at ringworld.org
Tue Apr 19 13:35:12 CDT 2011


# HG changeset patch
# User Kevin Bullock <kbullock at ringworld.org>
# Date 1303238023 18000
# Branch stable
# Node ID 71e2f825250f14373c99a7fdbea9859f8274ebd4
# Parent  1416b9118540628b646a8ae30205b0c074a43518
identify: slight clarification of help from 1416b9118540

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 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), 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