Mercurial > hg
changeset 27292:14a83e8e1b88
commands: use Oxford comma (help clone)
author | timeless <timeless@mozdev.org> |
---|---|
date | Mon, 30 Nov 2015 19:29:46 +0000 |
parents | a18328aad48c |
children | 9e06e7fb037d |
files | mercurial/commands.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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')),