view tests/test-config-case @ 4411:681b681f7f09

Unconfuse font-lock
author Brendan Cully <brendan@kublai.com>
date Mon, 07 May 2007 08:42:48 -0700
parents ec6f400cff4d
children 85a69f4d1e80
line wrap: on
line source

#!/bin/sh

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

hg showconfig