Breakup clone -r extra text help to fit in 80 columns
authorInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
Tue, 01 Aug 2006 11:12:34 -0700
changeset 2763 0eb3a0d1c454
parent 2762 2df98f616645
child 2764 71029a3247cb
Breakup clone -r extra text help to fit in 80 columns
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)')),