view tests/test-config-case @ 4791:9f20f4b205ba

convert: svn: parse log entries as they arrive instead of deferring it
author Brendan Cully <brendan@kublai.com>
date Tue, 03 Jul 2007 14:16:54 -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