tests/test-config-case
author Matt Mackall <mpm@selenic.com>
Sat, 18 Oct 2008 04:26:06 -0500
changeset 7119 50f4e866d693
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
dirstate: always add times to map as integers Fix bug spotted by Dov Feldstern

#!/bin/sh

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

hg showconfig Section