Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 2763:0eb3a0d1c454
Breakup clone -r extra text help to fit in 80 columns
author | Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> |
---|---|
date | Tue, 01 Aug 2006 11:12:34 -0700 |
parents | 2df98f616645 |
children | 71029a3247cb |
comparison
equal
deleted
inserted
replaced
2762:2df98f616645 | 2763:0eb3a0d1c454 |
---|---|
2938 _('hg cat [OPTION]... FILE...')), | 2938 _('hg cat [OPTION]... FILE...')), |
2939 "^clone": | 2939 "^clone": |
2940 (clone, | 2940 (clone, |
2941 [('U', 'noupdate', None, _('do not update the new working directory')), | 2941 [('U', 'noupdate', None, _('do not update the new working directory')), |
2942 ('r', 'rev', [], | 2942 ('r', 'rev', [], |
2943 _('a changeset you would like to have after cloning (note this forces the usage of --pull)')), | 2943 _('a changeset you would like to have after cloning \n' |
2944 ' ' | |
2945 '(note this forces --pull and thus is slower)')), | |
2944 ('', 'pull', None, _('use pull protocol to copy metadata')), | 2946 ('', 'pull', None, _('use pull protocol to copy metadata')), |
2945 ('', 'uncompressed', None, | 2947 ('', 'uncompressed', None, |
2946 _('use uncompressed transfer (fast over LAN)')), | 2948 _('use uncompressed transfer (fast over LAN)')), |
2947 ('e', 'ssh', '', _('specify ssh command to use')), | 2949 ('e', 'ssh', '', _('specify ssh command to use')), |
2948 ('', 'remotecmd', '', | 2950 ('', 'remotecmd', '', |