view tests/test-config-case @ 7040:f29b674cc221

merge with crew-stable
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Wed, 17 Sep 2008 11:34:37 +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