mercurial/commands.py
changeset 12613 f365aed7cc5b
parent 12584 fb24b491e06a
child 12618 0ae35296fbf4
equal deleted inserted replaced
12612:03c5737a06a1 12613:f365aed7cc5b
  4153          ] + walkopts,
  4153          ] + walkopts,
  4154          _('[OPTION]... PATTERN [FILE]...')),
  4154          _('[OPTION]... PATTERN [FILE]...')),
  4155     "heads":
  4155     "heads":
  4156         (heads,
  4156         (heads,
  4157          [('r', 'rev', '',
  4157          [('r', 'rev', '',
  4158            _('show only heads which are descendants of REV'), _('REV')),
  4158            _('show only heads which are descendants of STARTREV'),
       
  4159            _('STARTREV')),
  4159           ('t', 'topo', False, _('show topological heads only')),
  4160           ('t', 'topo', False, _('show topological heads only')),
  4160           ('a', 'active', False,
  4161           ('a', 'active', False,
  4161            _('show active branchheads only (DEPRECATED)')),
  4162            _('show active branchheads only (DEPRECATED)')),
  4162           ('c', 'closed', False,
  4163           ('c', 'closed', False,
  4163            _('show normal and closed branch heads')),
  4164            _('show normal and closed branch heads')),
  4164          ] + templateopts,
  4165          ] + templateopts,
  4165          _('[-ac] [-r REV] [REV]...')),
  4166          _('[-ac] [-r STARTREV] [REV]...')),
  4166     "help": (help_, [], _('[TOPIC]')),
  4167     "help": (help_, [], _('[TOPIC]')),
  4167     "identify|id":
  4168     "identify|id":
  4168         (identify,
  4169         (identify,
  4169          [('r', 'rev', '',
  4170          [('r', 'rev', '',
  4170            _('identify the specified revision'), _('REV')),
  4171            _('identify the specified revision'), _('REV')),