[PATCH 1 of 3] revsets: clarify in the help that head() returns named branch heads

Brodie Rao brodie at bitheap.org
Sat Oct 9 12:01:07 CDT 2010


# HG changeset patch
# User Brodie Rao <brodie at bitheap.org>
# Date 1286641649 18000
# Node ID 7de9033167f35abe01eed2220cb616ad1a9a744f
# Parent  929b424e114663d5a225c493976d832e99039f12
revsets: clarify in the help that head() returns named branch heads

diff --git a/mercurial/help/revsets.txt b/mercurial/help/revsets.txt
--- a/mercurial/help/revsets.txt
+++ b/mercurial/help/revsets.txt
@@ -89,7 +89,7 @@ The following predicates are supported:
   to ensure special escape characters are handled correctly.
 
 ``head()``
-  Changeset is a head.
+  Changeset is a named branch head.
 
 ``heads(set)``
   Members of set with no children in set.


More information about the Mercurial-devel mailing list