mercurial/commands.py
changeset 11180 4b02fc71bbba
parent 11179 aad0c319b96e
child 11181 6e65b451b62e
equal deleted inserted replaced
11179:aad0c319b96e 11180:4b02fc71bbba
  3821           ('a', 'active', False,
  3821           ('a', 'active', False,
  3822            _('show active branchheads only [DEPRECATED]')),
  3822            _('show active branchheads only [DEPRECATED]')),
  3823           ('c', 'closed', False,
  3823           ('c', 'closed', False,
  3824            _('show normal and closed branch heads')),
  3824            _('show normal and closed branch heads')),
  3825          ] + templateopts,
  3825          ] + templateopts,
  3826          _('[-ac] [-r STARTREV] [REV]...')),
  3826          _('[-ac] [-r REV] [REV]...')),
  3827     "help": (help_, [], _('[TOPIC]')),
  3827     "help": (help_, [], _('[TOPIC]')),
  3828     "identify|id":
  3828     "identify|id":
  3829         (identify,
  3829         (identify,
  3830          [('r', 'rev', '', _('identify the specified revision')),
  3830          [('r', 'rev', '', _('identify the specified revision')),
  3831           ('n', 'num', None, _('show local revision number')),
  3831           ('n', 'num', None, _('show local revision number')),