mercurial/commands.py
branchstable
changeset 9894 b755a886e8b7
parent 9893 af873901b575
child 9901 cb2a1836c50a
child 9951 9b626a63f556
equal deleted inserted replaced
9893:af873901b575 9894:b755a886e8b7
  3384          [('U', 'noupdate', None,
  3384          [('U', 'noupdate', None,
  3385           _('the clone will only contain a repository (no working copy)')),
  3385           _('the clone will only contain a repository (no working copy)')),
  3386           ('u', 'updaterev', '',
  3386           ('u', 'updaterev', '',
  3387            _('revision, tag or branch to check out')),
  3387            _('revision, tag or branch to check out')),
  3388           ('r', 'rev', [],
  3388           ('r', 'rev', [],
  3389            _('a changeset you would like to have after cloning')),
  3389            _('clone only the specified revisions and ancestors')),
  3390           ('', 'pull', None, _('use pull protocol to copy metadata')),
  3390           ('', 'pull', None, _('use pull protocol to copy metadata')),
  3391           ('', 'uncompressed', None,
  3391           ('', 'uncompressed', None,
  3392            _('use uncompressed transfer (fast over LAN)')),
  3392            _('use uncompressed transfer (fast over LAN)')),
  3393          ] + remoteopts,
  3393          ] + remoteopts,
  3394          _('[OPTION]... SOURCE [DEST]')),
  3394          _('[OPTION]... SOURCE [DEST]')),