Mercurial > hg
changeset 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 |
files | mercurial/commands.py |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)')),