diff -r 2df98f616645 -r 0eb3a0d1c454 mercurial/commands.py --- a/mercurial/commands.py Tue Aug 01 09:50:30 2006 -0700 +++ b/mercurial/commands.py Tue Aug 01 11:12:34 2006 -0700 @@ -2940,7 +2940,9 @@ (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)')),