mercurial/commands.py
changeset 50426 771294224bf6
parent 50399 c5e93c915ab6
parent 50333 80784ac09460
child 50437 3a2df812e1c7
equal deleted inserted replaced
50425:59fda8516774 50426:771294224bf6
  6607             _(b'for remote clients (ADVANCED)'),
  6607             _(b'for remote clients (ADVANCED)'),
  6608             _(b'MODE'),
  6608             _(b'MODE'),
  6609         ),
  6609         ),
  6610         (b't', b'templates', b'', _(b'web templates to use'), _(b'TEMPLATE')),
  6610         (b't', b'templates', b'', _(b'web templates to use'), _(b'TEMPLATE')),
  6611         (b'', b'style', b'', _(b'template style to use'), _(b'STYLE')),
  6611         (b'', b'style', b'', _(b'template style to use'), _(b'STYLE')),
  6612         (b'6', b'ipv6', None, _(b'use IPv6 in addition to IPv4')),
  6612         (b'6', b'ipv6', None, _(b'use IPv6 instead of IPv4')),
  6613         (b'', b'certificate', b'', _(b'SSL certificate file'), _(b'FILE')),
  6613         (b'', b'certificate', b'', _(b'SSL certificate file'), _(b'FILE')),
  6614         (b'', b'print-url', None, _(b'start and print only the URL')),
  6614         (b'', b'print-url', None, _(b'start and print only the URL')),
  6615     ]
  6615     ]
  6616     + subrepoopts,
  6616     + subrepoopts,
  6617     _(b'[OPTION]...'),
  6617     _(b'[OPTION]...'),