##// END OF EJS Templates
clone: updates the help text for hg clone -{r,b} (issue5654)...
Sangeet Kumar Mishra -
r36624:4de15c54 default
parent child Browse files
Show More
@@ -1326,8 +1326,10 b' def cat(ui, repo, file1, *pats, **opts):'
1326 'directory (only a repository)')),
1326 'directory (only a repository)')),
1327 ('u', 'updaterev', '', _('revision, tag, or branch to check out'),
1327 ('u', 'updaterev', '', _('revision, tag, or branch to check out'),
1328 _('REV')),
1328 _('REV')),
1329 ('r', 'rev', [], _('include the specified changeset'), _('REV')),
1329 ('r', 'rev', [], _('do not clone everything, but include this changeset'
1330 ('b', 'branch', [], _('clone only the specified branch'), _('BRANCH')),
1330 ' and its ancestors'), _('REV')),
1331 ('b', 'branch', [], _('do not clone everything, but include this branch\'s'
1332 ' changesets and their ancestors'), _('BRANCH')),
1331 ('', 'pull', None, _('use pull protocol to copy metadata')),
1333 ('', 'pull', None, _('use pull protocol to copy metadata')),
1332 ('', 'uncompressed', None,
1334 ('', 'uncompressed', None,
1333 _('an alias to --stream (DEPRECATED)')),
1335 _('an alias to --stream (DEPRECATED)')),
General Comments 0
You need to be logged in to leave comments. Login now