equal
deleted
inserted
replaced
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 |