mercurial/commands.py
changeset 2544 0ab63318bc36
parent 2521 9cceb439048b
child 2549 e1831f06eef1
equal deleted inserted replaced
2543:860e9c83fc59 2544:0ab63318bc36
  3032           ('', 'template', '', _('display with template')),
  3032           ('', 'template', '', _('display with template')),
  3033           ('e', 'ssh', '', _('specify ssh command to use')),
  3033           ('e', 'ssh', '', _('specify ssh command to use')),
  3034           ('', 'remotecmd', '',
  3034           ('', 'remotecmd', '',
  3035            _('specify hg command to run on the remote side'))],
  3035            _('specify hg command to run on the remote side'))],
  3036          _('hg incoming [-p] [-n] [-M] [-r REV]...'
  3036          _('hg incoming [-p] [-n] [-M] [-r REV]...'
  3037            '[--bundle FILENAME] [SOURCE]')),
  3037            ' [--bundle FILENAME] [SOURCE]')),
  3038     "^init": (init, [], _('hg init [DEST]')),
  3038     "^init": (init, [], _('hg init [DEST]')),
  3039     "locate":
  3039     "locate":
  3040         (locate,
  3040         (locate,
  3041          [('r', 'rev', '', _('search the repository as it stood at rev')),
  3041          [('r', 'rev', '', _('search the repository as it stood at rev')),
  3042           ('0', 'print0', None,
  3042           ('0', 'print0', None,