changeset 14938:ec18cd254156

help: add "web/logoimg" setting description
author Angel Ezquerra <angel.ezquerra@gmail.com>
date Mon, 25 Jul 2011 08:28:37 +0200
parents 0b3e57c1b8c0
children b4c06b97dfe0
files mercurial/help/config.txt
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.