mercurial/commands.py
changeset 29972 392edab93b8a
parent 29971 e65d33182fd4
child 30037 cd7276f7ea83
equal deleted inserted replaced
29971:e65d33182fd4 29972:392edab93b8a
  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')),