view tests/test-config-case @ 4200:7ca05d29c1f0

Clarify update help text for update without an explicit revision
author Brendan Cully <brendan@kublai.com>
date Sun, 11 Mar 2007 14:21:09 -0700
parents ec6f400cff4d
children 85a69f4d1e80
line wrap: on
line source

#!/bin/sh

echo '[Section]' >> $HGRCPATH
echo 'KeY = Case Sensitive' >> $HGRCPATH
echo 'key = lower case' >> $HGRCPATH

hg showconfig