Mercurial > public > mercurial-scm > hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
8954:e67e5b60e55f | 8955:0405f7ccb274 |
---|---|
1366 If one or more REV is given, the "branch heads" will be shown for | 1366 If one or more REV is given, the "branch heads" will be shown for |
1367 the named branch associated with that revision. The name of the | 1367 the named branch associated with that revision. The name of the |
1368 branch is called the revision's branch tag. | 1368 branch is called the revision's branch tag. |
1369 | 1369 |
1370 Branch heads are revisions on a given named branch that do not have | 1370 Branch heads are revisions on a given named branch that do not have |
1371 any children on the same branch. A branch head could be a true head | 1371 any descendants on the same branch. A branch head could be a true head |
1372 or it could be the last changeset on a branch before a new branch | 1372 or it could be the last changeset on a branch before a new branch |
1373 was created. If none of the branch heads are true heads, the branch | 1373 was created. If none of the branch heads are true heads, the branch |
1374 is considered inactive. | 1374 is considered inactive. |
1375 | 1375 |
1376 If STARTREV is specified only those heads (or branch heads) that | 1376 If STARTREV is specified only those heads (or branch heads) that |