view tests/test-config-case @ 5314:7b4b874ce12c

convert-cvs: update test to pass on Linux
author Matt Mackall <mpm@selenic.com>
date Fri, 21 Sep 2007 17:25:25 -0500
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