diff doc/hgrc.5.txt @ 2666:ebf033bc8eb2

hgweb: Configurable zebra stripes With this change, you can set [web] stripes=3 to get stripes every three lines (a-la fanfold paper), instead of every line on source and directory listings. The default behaviour is stripes=1 which generates output similar to current, and you can also turn stripes off by setting it to 0.
author Frank Kingswood <frank@kingswood-consulting.co.uk>
date Mon, 24 Jul 2006 23:06:05 -0700
parents 064aef9162cc
children 109a22f5434a
line wrap: on
line diff
--- a/doc/hgrc.5.txt	Tue Jul 25 01:23:31 2006 +0200
+++ b/doc/hgrc.5.txt	Mon Jul 24 23:06:05 2006 -0700
@@ -440,6 +440,9 @@
   push_ssl;;
     Whether to require that inbound pushes be transported over SSL to
     prevent password sniffing.  Default is true.
+  stripes;;
+    How many lines a "zebra stripe" should span in multiline output.
+    Default is 1; set to 0 to disable.
   style;;
     Which template map style to use.
   templates;;