##// END OF EJS Templates
commands: improve help for "hg clone -r"
Faheem Mitha -
r9894:b755a886 stable
parent child Browse files
Show More
@@ -3386,7 +3386,7 b' table = {'
3386 ('u', 'updaterev', '',
3386 ('u', 'updaterev', '',
3387 _('revision, tag or branch to check out')),
3387 _('revision, tag or branch to check out')),
3388 ('r', 'rev', [],
3388 ('r', 'rev', [],
3389 _('a changeset you would like to have after cloning')),
3389 _('clone only the specified revisions and ancestors')),
3390 ('', 'pull', None, _('use pull protocol to copy metadata')),
3390 ('', 'pull', None, _('use pull protocol to copy metadata')),
3391 ('', 'uncompressed', None,
3391 ('', 'uncompressed', None,
3392 _('use uncompressed transfer (fast over LAN)')),
3392 _('use uncompressed transfer (fast over LAN)')),
General Comments 0
You need to be logged in to leave comments. Login now