mercurial/commands.py
changeset 31081 be74ce1b930f
parent 31059 2a0c8e3636b0
child 31104 8346b2f09e79
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]...'),