# HG changeset patch # User Mads Kiilerich # Date 1285716770 -7200 # Node ID 18c79cef795cfff9b1353835c8093c256829aece # Parent 19dabc8a3236dbe5725246aead6b937858576dc9 serve: let --web-conf help reference hgweb diff -r 19dabc8a3236 -r 18c79cef795c mercurial/commands.py --- a/mercurial/commands.py Tue Sep 28 19:36:05 2010 +0200 +++ b/mercurial/commands.py Wed Sep 29 01:32:50 2010 +0200 @@ -4357,7 +4357,7 @@ _('name to show in web pages (default: working directory)'), _('NAME')), ('', 'web-conf', '', - _('name of the hgweb config file (serve more than one repository)'), + _('name of the hgweb config file (see "hg help hgweb")'), _('FILE')), ('', 'webdir-conf', '', _('name of the hgweb config file (DEPRECATED)'), _('FILE')),