view tests/test-config-case @ 6450:27d59ce043a1

merge with crew-stable
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 02 Apr 2008 21:46:30 +0200
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