mercurial/commands.py
changeset 12582 18c79cef795c
parent 12400 40852b4b910c
child 12584 fb24b491e06a
equal deleted inserted replaced
12581:19dabc8a3236 12582:18c79cef795c
  4355            _('prefix path to serve from (default: server root)'), _('PREFIX')),
  4355            _('prefix path to serve from (default: server root)'), _('PREFIX')),
  4356           ('n', 'name', '',
  4356           ('n', 'name', '',
  4357            _('name to show in web pages (default: working directory)'),
  4357            _('name to show in web pages (default: working directory)'),
  4358            _('NAME')),
  4358            _('NAME')),
  4359           ('', 'web-conf', '',
  4359           ('', 'web-conf', '',
  4360            _('name of the hgweb config file (serve more than one repository)'),
  4360            _('name of the hgweb config file (see "hg help hgweb")'),
  4361            _('FILE')),
  4361            _('FILE')),
  4362           ('', 'webdir-conf', '',
  4362           ('', 'webdir-conf', '',
  4363            _('name of the hgweb config file (DEPRECATED)'), _('FILE')),
  4363            _('name of the hgweb config file (DEPRECATED)'), _('FILE')),
  4364           ('', 'pid-file', '',
  4364           ('', 'pid-file', '',
  4365            _('name of file to write process ID to'), _('FILE')),
  4365            _('name of file to write process ID to'), _('FILE')),