mercurial/help/revisions.txt
changeset 20245 4edd179fefb8
parent 16740 43cfe56121d3
child 30767 bbb5cc55ab8b
--- a/mercurial/help/revisions.txt	Sun Jan 12 23:28:21 2014 +0100
+++ b/mercurial/help/revisions.txt	Thu Nov 21 15:17:18 2013 -0500
@@ -14,9 +14,9 @@
 
 Any other string is treated as a bookmark, tag, or branch name. A
 bookmark is a movable pointer to a revision. A tag is a permanent name
-associated with a revision. A branch name denotes the tipmost revision
-of that branch. Bookmark, tag, and branch names must not contain the ":"
-character.
+associated with a revision. A branch name denotes the tipmost open branch head
+of that branch - or if they are all closed, the tipmost closed head of the
+branch. Bookmark, tag, and branch names must not contain the ":" character.
 
 The reserved name "tip" always identifies the most recent revision.