Mercurial > public > mercurial-scm > hg
diff mercurial/commands.py @ 50426:771294224bf6
branching: merge stable into default
author | Rapha?l Gom?s <rgomes@octobus.net> |
---|---|
date | Fri, 14 Apr 2023 10:41:40 +0200 |
parents | c5e93c915ab6 80784ac09460 |
children | 3a2df812e1c7 |
line wrap: on
line diff
--- a/mercurial/commands.py Wed Apr 12 00:57:01 2023 +0200 +++ b/mercurial/commands.py Fri Apr 14 10:41:40 2023 +0200 @@ -6609,7 +6609,7 @@ ), (b't', b'templates', b'', _(b'web templates to use'), _(b'TEMPLATE')), (b'', b'style', b'', _(b'template style to use'), _(b'STYLE')), - (b'6', b'ipv6', None, _(b'use IPv6 in addition to IPv4')), + (b'6', b'ipv6', None, _(b'use IPv6 instead of IPv4')), (b'', b'certificate', b'', _(b'SSL certificate file'), _(b'FILE')), (b'', b'print-url', None, _(b'start and print only the URL')), ]