Mercurial > hg-stable
changeset 19493:ca76e77dd663 stable
heads: fix children/descendants in doc (issue3992)
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 25 Jul 2013 00:54:49 -0500 |
parents | dfc0fe1541d9 |
children | 3119dc155ac2 |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Sun Jul 21 18:50:54 2013 +0400 +++ b/mercurial/commands.py Thu Jul 25 00:54:49 2013 -0500 @@ -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.