comparison mercurial/commands.py @ 12582:18c79cef795c

serve: let --web-conf help reference hgweb
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 29 Sep 2010 01:32:50 +0200
parents 40852b4b910c
children fb24b491e06a
comparison
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')),