# HG changeset patch
# User Matt Mackall <mpm@selenic.com>
# Date 1374731689 18000
#      Thu Jul 25 00:54:49 2013 -0500
# Branch stable
# Node ID ca76e77dd6639902ab9decd5ca42c811688c3a63
# Parent  dfc0fe1541d9fec107a37f72a0a6775b79a08a48
heads: fix children/descendants in doc (issue3992)

diff --git a/mercurial/commands.py b/mercurial/commands.py
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -3325,7 +3325,7 @@
     """show branch heads
 
     With no arguments, show all open branch heads in the repository.
-    Branch heads are changesets that have no child changesets on the
+    Branch heads are changesets that have no descendants on the
     same branch. They are where development generally takes place and
     are the usual targets for update and merge operations.