Mercurial > public > mercurial-scm > hg
comparison mercurial/commands.py @ 31081:be74ce1b930f
serve: mark --stdio and --cmdserver as "(ADVANCED)" flags
This will hide them from the default --help output.
author | Jun Wu <quark@fb.com> |
---|---|
date | Wed, 22 Feb 2017 18:26:12 -0800 |
parents | 2a0c8e3636b0 |
children | 8346b2f09e79 |
comparison
equal
deleted
inserted
replaced
31080:6918c9215201 | 31081:be74ce1b930f |
---|---|
4584 ('', 'web-conf', '', | 4584 ('', 'web-conf', '', |
4585 _("name of the hgweb config file (see 'hg help hgweb')"), _('FILE')), | 4585 _("name of the hgweb config file (see 'hg help hgweb')"), _('FILE')), |
4586 ('', 'webdir-conf', '', _('name of the hgweb config file (DEPRECATED)'), | 4586 ('', 'webdir-conf', '', _('name of the hgweb config file (DEPRECATED)'), |
4587 _('FILE')), | 4587 _('FILE')), |
4588 ('', 'pid-file', '', _('name of file to write process ID to'), _('FILE')), | 4588 ('', 'pid-file', '', _('name of file to write process ID to'), _('FILE')), |
4589 ('', 'stdio', None, _('for remote clients')), | 4589 ('', 'stdio', None, _('for remote clients (ADVANCED)')), |
4590 ('', 'cmdserver', '', _('for remote clients'), _('MODE')), | 4590 ('', 'cmdserver', '', _('for remote clients (ADVANCED)'), _('MODE')), |
4591 ('t', 'templates', '', _('web templates to use'), _('TEMPLATE')), | 4591 ('t', 'templates', '', _('web templates to use'), _('TEMPLATE')), |
4592 ('', 'style', '', _('template style to use'), _('STYLE')), | 4592 ('', 'style', '', _('template style to use'), _('STYLE')), |
4593 ('6', 'ipv6', None, _('use IPv6 in addition to IPv4')), | 4593 ('6', 'ipv6', None, _('use IPv6 in addition to IPv4')), |
4594 ('', 'certificate', '', _('SSL certificate file'), _('FILE'))], | 4594 ('', 'certificate', '', _('SSL certificate file'), _('FILE'))], |
4595 _('[OPTION]...'), | 4595 _('[OPTION]...'), |