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]')), |