mercurial/commands.py
changeset 3507 e1421a77427e
parent 3504 f4ab58d4ccd4
child 3508 aa8f086cb141
equal deleted inserted replaced
3506:9de0e64545a3 3507:e1421a77427e
  2996         (heads,
  2996         (heads,
  2997          [('b', 'branches', None, _('show branches (DEPRECATED)')),
  2997          [('b', 'branches', None, _('show branches (DEPRECATED)')),
  2998           ('', 'style', '', _('display using template map file')),
  2998           ('', 'style', '', _('display using template map file')),
  2999           ('r', 'rev', '', _('show only heads which are descendants of rev')),
  2999           ('r', 'rev', '', _('show only heads which are descendants of rev')),
  3000           ('', 'template', '', _('display with template'))],
  3000           ('', 'template', '', _('display with template'))],
  3001          _('hg heads [-r <rev>]')),
  3001          _('hg heads [-r REV]')),
  3002     "help": (help_, [], _('hg help [COMMAND]')),
  3002     "help": (help_, [], _('hg help [COMMAND]')),
  3003     "identify|id": (identify, [], _('hg identify')),
  3003     "identify|id": (identify, [], _('hg identify')),
  3004     "import|patch":
  3004     "import|patch":
  3005         (import_,
  3005         (import_,
  3006          [('p', 'strip', 1,
  3006          [('p', 'strip', 1,