help: branch heads have no descendants, not no children
authorBrendan Cully <brendan@kublai.com>
Mon, 29 Jun 2009 08:48:05 -0700
changeset 8955 0405f7ccb274
parent 8954 e67e5b60e55f
child 8956 4b8d8f194e29
child 8959 970506870efb
help: branch heads have no descendants, not no children
mercurial/commands.py
--- a/mercurial/commands.py	Mon Jun 29 00:54:23 2009 -0700
+++ b/mercurial/commands.py	Mon Jun 29 08:48:05 2009 -0700
@@ -1368,7 +1368,7 @@
     branch is called the revision's branch tag.
 
     Branch heads are revisions on a given named branch that do not have
-    any children on the same branch. A branch head could be a true head
+    any descendants on the same branch. A branch head could be a true head
     or it could be the last changeset on a branch before a new branch
     was created. If none of the branch heads are true heads, the branch
     is considered inactive.