equal
deleted
inserted
replaced
2516 where development generally takes place and are the usual targets |
2516 where development generally takes place and are the usual targets |
2517 for update and merge operations. Branch heads are changesets that have |
2517 for update and merge operations. Branch heads are changesets that have |
2518 no child changeset on the same branch. |
2518 no child changeset on the same branch. |
2519 |
2519 |
2520 If one or more REVs are given, only branch heads on the branches |
2520 If one or more REVs are given, only branch heads on the branches |
2521 associated with the specified changesets are shown. |
2521 associated with the specified changesets are shown. This means |
|
2522 that you can use :hg:`heads foo` to see the heads on a branch |
|
2523 named ``foo``. |
2522 |
2524 |
2523 If -c/--closed is specified, also show branch heads marked closed |
2525 If -c/--closed is specified, also show branch heads marked closed |
2524 (see :hg:`commit --close-branch`). |
2526 (see :hg:`commit --close-branch`). |
2525 |
2527 |
2526 If STARTREV is specified, only those heads that are descendants of |
2528 If STARTREV is specified, only those heads that are descendants of |