##// END OF EJS Templates
serve: use single quotes in use warning
timeless -
r29972:392edab9 default
parent child Browse files
Show More
@@ -6551,7 +6551,7 b' def root(ui, repo):'
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')),
General Comments 0
You need to be logged in to leave comments. Login now