mercurial/commands.py
branchstable
changeset 19493 ca76e77dd663
parent 19482 499fc471296b
child 19496 607191a45f8c
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