commands: use Oxford comma (help clone)
authortimeless <timeless@mozdev.org>
Mon, 30 Nov 2015 19:29:46 +0000
changeset 27292 14a83e8e1b88
parent 27291 a18328aad48c
child 27293 9e06e7fb037d
commands: use Oxford comma (help clone)
mercurial/commands.py
--- 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')),