view tests/test-config-case @ 7160:1b7b21b634f2

mq: make qimport -f work properly. Closes issue1255. From Bernhard Leiner.
author Brendan Cully <brendan@kublai.com>
date Sat, 18 Oct 2008 17:29:45 -0700
parents 85a69f4d1e80
children
line wrap: on
line source

#!/bin/sh

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

hg showconfig Section