Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 15046:c019df62de45
merge with stable
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 18 Aug 2011 17:24:04 -0500 |
parents | 0bb0f807dfc3 39eb2e86fb11 |
children | ef43610a4cce |
comparison
equal
deleted
inserted
replaced
15043:0bb0f807dfc3 | 15046:c019df62de45 |
---|---|
2521 where development generally takes place and are the usual targets | 2521 where development generally takes place and are the usual targets |
2522 for update and merge operations. Branch heads are changesets that have | 2522 for update and merge operations. Branch heads are changesets that have |
2523 no child changeset on the same branch. | 2523 no child changeset on the same branch. |
2524 | 2524 |
2525 If one or more REVs are given, only branch heads on the branches | 2525 If one or more REVs are given, only branch heads on the branches |
2526 associated with the specified changesets are shown. | 2526 associated with the specified changesets are shown. This means |
2527 that you can use :hg:`heads foo` to see the heads on a branch | |
2528 named ``foo``. | |
2527 | 2529 |
2528 If -c/--closed is specified, also show branch heads marked closed | 2530 If -c/--closed is specified, also show branch heads marked closed |
2529 (see :hg:`commit --close-branch`). | 2531 (see :hg:`commit --close-branch`). |
2530 | 2532 |
2531 If STARTREV is specified, only those heads that are descendants of | 2533 If STARTREV is specified, only those heads that are descendants of |