comparison mercurial/help/revsets.txt @ 12657:7de9033167f3

revsets: clarify in the help that head() returns named branch heads
author Brodie Rao <brodie@bitheap.org>
date Sat, 09 Oct 2010 11:27:29 -0500
parents 78a97859b90d
children 5aa5cbaf6efc
comparison
equal deleted inserted replaced
12656:929b424e1146 12657:7de9033167f3
87 ``grep(regex)`` 87 ``grep(regex)``
88 Like ``keyword(string)`` but accepts a regex. Use ``grep(r'...')`` 88 Like ``keyword(string)`` but accepts a regex. Use ``grep(r'...')``
89 to ensure special escape characters are handled correctly. 89 to ensure special escape characters are handled correctly.
90 90
91 ``head()`` 91 ``head()``
92 Changeset is a head. 92 Changeset is a named branch head.
93 93
94 ``heads(set)`` 94 ``heads(set)``
95 Members of set with no children in set. 95 Members of set with no children in set.
96 96
97 ``keyword(string)`` 97 ``keyword(string)``