mercurial/commands.py
changeset 8544 48dd8a93d6db
parent 8540 f0733f11b566
child 8615 94ca38e63576
equal deleted inserted replaced
8543:9f0d085469c5 8544:48dd8a93d6db
  3330          _('[-M] [-p] [-n] [-f] [-r REV]... [DEST]')),
  3330          _('[-M] [-p] [-n] [-f] [-r REV]... [DEST]')),
  3331     "^parents":
  3331     "^parents":
  3332         (parents,
  3332         (parents,
  3333          [('r', 'rev', '', _('show parents from the specified revision')),
  3333          [('r', 'rev', '', _('show parents from the specified revision')),
  3334          ] + templateopts,
  3334          ] + templateopts,
  3335          _('hg parents [-r REV] [FILE]')),
  3335          _('[-r REV] [FILE]')),
  3336     "paths": (paths, [], _('[NAME]')),
  3336     "paths": (paths, [], _('[NAME]')),
  3337     "^pull":
  3337     "^pull":
  3338         (pull,
  3338         (pull,
  3339          [('u', 'update', None,
  3339          [('u', 'update', None,
  3340            _('update to new tip if changesets were pulled')),
  3340            _('update to new tip if changesets were pulled')),