# HG changeset patch # User Inaky Perez-Gonzalez # Date 1154455954 25200 # Node ID 0eb3a0d1c454fd0f9db674ce7816aa3db8e9e14e # Parent 2df98f6166458ed16534d993a75a738f440da8b9 Breakup clone -r extra text help to fit in 80 columns 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)')),