view tests/test-config-case @ 5357:4ad2a18aff42

convert: fix a few residual bugs in darcs importer
author Bryan O'Sullivan <bos@serpentine.com>
date Tue, 02 Oct 2007 21:00:38 -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