Mercurial > hg
changeset 36606:4de15c54e59f
clone: updates the help text for hg clone -{r,b} (issue5654)
Differential Revision: https://phab.mercurial-scm.org/D2095
author | Sangeet Kumar Mishra <mail2sangeetmishra@gmail.com> |
---|---|
date | Thu, 08 Feb 2018 23:27:24 +0530 |
parents | d549cfeb5bf7 |
children | c6061cadb400 |
files | mercurial/commands.py |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Fri Mar 02 15:48:31 2018 -0500 +++ b/mercurial/commands.py Thu Feb 08 23:27:24 2018 +0530 @@ -1326,8 +1326,10 @@ 'directory (only a repository)')), ('u', 'updaterev', '', _('revision, tag, or branch to check out'), _('REV')), - ('r', 'rev', [], _('include the specified changeset'), _('REV')), - ('b', 'branch', [], _('clone only the specified branch'), _('BRANCH')), + ('r', 'rev', [], _('do not clone everything, but include this changeset' + ' and its ancestors'), _('REV')), + ('b', 'branch', [], _('do not clone everything, but include this branch\'s' + ' changesets and their ancestors'), _('BRANCH')), ('', 'pull', None, _('use pull protocol to copy metadata')), ('', 'uncompressed', None, _('an alias to --stream (DEPRECATED)')),