Breakup clone -r extra text help to fit in 80 columns

This commit is contained in:
Inaky Perez-Gonzalez 2006-08-01 11:12:34 -07:00
parent 3c5b91fa37
commit b5488dcd48

View File

@ -2940,7 +2940,9 @@ table = {
(clone,
[('U', 'noupdate', None, _('do not update the new working directory')),
('r', 'rev', [],
_('a changeset you would like to have after cloning (note this forces the usage of --pull)')),
_('a changeset you would like to have after cloning \n'
' '
'(note this forces --pull and thus is slower)')),
('', 'pull', None, _('use pull protocol to copy metadata')),
('', 'uncompressed', None,
_('use uncompressed transfer (fast over LAN)')),