tests/test-config-case
author Matt Mackall <mpm@selenic.com>
Mon, 25 Jun 2007 11:30:05 -0500
changeset 4703 bc63247c66e9
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
hgweb: improve shortlog formatting shorten author with |person don't shrink font (default font is presumed to be preferred reading size) set widths based on font ems rather than page percents.

#!/bin/sh

echo '[Section]' >> $HGRCPATH
echo 'KeY = Case Sensitive' >> $HGRCPATH
echo 'key = lower case' >> $HGRCPATH

hg showconfig Section