view tests/test-config-case @ 7070:2627ef59195d

churn and stats commands merged
author Alexander Solovyov <piranha@piranha.org.ua>
date Thu, 09 Oct 2008 00:14:20 +0300
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