# HG changeset patch # User timeless # Date 1474415222 0 # Node ID 392edab93b8afa78728de4b4cea88025c48e8ef5 # Parent e65d33182fd403f61c3ac8ff71183640fbffcc07 serve: use single quotes in use warning diff -r e65d33182fd4 -r 392edab93b8a mercurial/commands.py --- a/mercurial/commands.py Tue Sep 20 23:46:15 2016 +0000 +++ b/mercurial/commands.py Tue Sep 20 23:47:02 2016 +0000 @@ -6551,7 +6551,7 @@ ('n', 'name', '', _('name to show in web pages (default: working directory)'), _('NAME')), ('', 'web-conf', '', - _('name of the hgweb config file (see "hg help hgweb")'), _('FILE')), + _("name of the hgweb config file (see 'hg help hgweb')"), _('FILE')), ('', 'webdir-conf', '', _('name of the hgweb config file (DEPRECATED)'), _('FILE')), ('', 'pid-file', '', _('name of file to write process ID to'), _('FILE')),