--- a/mercurial/commands.py Wed Dec 09 08:28:53 2015 +0900
+++ b/mercurial/commands.py Mon Nov 30 19:29:46 2015 +0000
@@ -1423,7 +1423,8 @@
@command('^clone',
[('U', 'noupdate', None, _('the clone will include an empty working '
'directory (only a repository)')),
- ('u', 'updaterev', '', _('revision, tag or branch to check out'), _('REV')),
+ ('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')),
('', 'pull', None, _('use pull protocol to copy metadata')),