comparison mercurial/commands.py @ 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 499fc471296b
children 607191a45f8c
comparison
equal deleted inserted replaced
19492:dfc0fe1541d9 19493:ca76e77dd663
3323 _('[-ct] [-r STARTREV] [REV]...')) 3323 _('[-ct] [-r STARTREV] [REV]...'))
3324 def heads(ui, repo, *branchrevs, **opts): 3324 def heads(ui, repo, *branchrevs, **opts):
3325 """show branch heads 3325 """show branch heads
3326 3326
3327 With no arguments, show all open branch heads in the repository. 3327 With no arguments, show all open branch heads in the repository.
3328 Branch heads are changesets that have no child changesets on the 3328 Branch heads are changesets that have no descendants on the
3329 same branch. They are where development generally takes place and 3329 same branch. They are where development generally takes place and
3330 are the usual targets for update and merge operations. 3330 are the usual targets for update and merge operations.
3331 3331
3332 If one or more REVs are given, only open branch heads on the 3332 If one or more REVs are given, only open branch heads on the
3333 branches associated with the specified changesets are shown. This 3333 branches associated with the specified changesets are shown. This