Mercurial > public > mercurial-scm > hg-stable
diff mercurial/commands.py @ 8955:0405f7ccb274
help: branch heads have no descendants, not no children
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Mon, 29 Jun 2009 08:48:05 -0700 |
parents | 9b8c9266c59d |
children | 8358cf63f612 |
line wrap: on
line diff
--- 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.