# HG changeset patch # User Brendan Cully # Date 1246290485 25200 # Node ID 0405f7ccb2740c42005590e6fe1fecfbc7377f3b # Parent e67e5b60e55f25255e06f58fcbb90a4166ea444a help: branch heads have no descendants, not no children diff -r e67e5b60e55f -r 0405f7ccb274 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.