view tests/test-config-case @ 4592:5243cece3d97

Add --import-branch option to hg import to pull in branch information without --exact
author Eric Hopper <hopper@omnifarious.org>
date Thu, 14 Jun 2007 09:01:51 -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