tests/test-config-case
author Brendan Cully <brendan@kublai.com>
Fri, 29 Feb 2008 14:21:15 -0800
changeset 6197 f6565f7d9489
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
highlight: make div trimmer work when lexer fails to identify text. In this case, there is no initial <span> tag.

#!/bin/sh

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

hg showconfig Section