# HG changeset patch # User Angel Ezquerra # Date 1311575317 -7200 # Node ID ec18cd2541565979c0b69ba14e2baf9b3af04c0d # Parent 0b3e57c1b8c09955d15ae8b23086f03cbead8a16 help: add "web/logoimg" setting description diff -r 0b3e57c1b8c0 -r ec18cd254156 mercurial/help/config.txt --- a/mercurial/help/config.txt Mon Jul 25 12:58:47 2011 -0500 +++ b/mercurial/help/config.txt Mon Jul 25 08:28:37 2011 +0200 @@ -1256,6 +1256,12 @@ ``ipv6`` Whether to use IPv6. Default is False. +``logoimg`` + File name of the logo image that some templates display on each page. + The file name is relative to ``staticurl``. That is, the full path to + the logo image is "staticurl/logoimg". + If unset, ``hglogo.png`` will be used. + ``logourl`` Base URL to use for logos. If unset, ``http://mercurial.selenic.com/`` will be used.