6549 ('', 'prefix', '', _('prefix path to serve from (default: server root)'), |
6549 ('', 'prefix', '', _('prefix path to serve from (default: server root)'), |
6550 _('PREFIX')), |
6550 _('PREFIX')), |
6551 ('n', 'name', '', |
6551 ('n', 'name', '', |
6552 _('name to show in web pages (default: working directory)'), _('NAME')), |
6552 _('name to show in web pages (default: working directory)'), _('NAME')), |
6553 ('', 'web-conf', '', |
6553 ('', 'web-conf', '', |
6554 _('name of the hgweb config file (see "hg help hgweb")'), _('FILE')), |
6554 _("name of the hgweb config file (see 'hg help hgweb')"), _('FILE')), |
6555 ('', 'webdir-conf', '', _('name of the hgweb config file (DEPRECATED)'), |
6555 ('', 'webdir-conf', '', _('name of the hgweb config file (DEPRECATED)'), |
6556 _('FILE')), |
6556 _('FILE')), |
6557 ('', 'pid-file', '', _('name of file to write process ID to'), _('FILE')), |
6557 ('', 'pid-file', '', _('name of file to write process ID to'), _('FILE')), |
6558 ('', 'stdio', None, _('for remote clients')), |
6558 ('', 'stdio', None, _('for remote clients')), |
6559 ('', 'cmdserver', '', _('for remote clients'), _('MODE')), |
6559 ('', 'cmdserver', '', _('for remote clients'), _('MODE')), |