changeset 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 e67e5b60e55f
children 4b8d8f194e29 970506870efb
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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.