mercurial/commands.py
changeset 1475 d791c335fb7b
parent 1472 3c909a747d7f
child 1483 a4ba63e04134
equal deleted inserted replaced
1474:1e47f6fc0fdc 1475:d791c335fb7b
  2267     "outgoing|out": (outgoing,
  2267     "outgoing|out": (outgoing,
  2268          [('M', 'no-merges', None, _("do not show merges")),
  2268          [('M', 'no-merges', None, _("do not show merges")),
  2269           ('p', 'patch', None, _('show patch')),
  2269           ('p', 'patch', None, _('show patch')),
  2270           ('n', 'newest-first', None, _('show newest record first'))],
  2270           ('n', 'newest-first', None, _('show newest record first'))],
  2271          _('hg outgoing [-p] [-n] [-M] [DEST]')),
  2271          _('hg outgoing [-p] [-n] [-M] [DEST]')),
  2272     "parents": (parents, [], _('hg parents [REV]')),
  2272     "^parents": (parents, [], _('hg parents [REV]')),
  2273     "paths": (paths, [], _('hg paths [NAME]')),
  2273     "paths": (paths, [], _('hg paths [NAME]')),
  2274     "^pull":
  2274     "^pull":
  2275         (pull,
  2275         (pull,
  2276          [('u', 'update', None, _('update the working directory to tip after pull')),
  2276          [('u', 'update', None, _('update the working directory to tip after pull')),
  2277           ('e', 'ssh', "", _('specify ssh command to use')),
  2277           ('e', 'ssh', "", _('specify ssh command to use')),