view tests/test-config-case @ 8618:cf6f567e27e9

parentrevspec: remove a trailing colon
author Cédric Duval <cedricduval@free.fr>
date Sun, 24 May 2009 22:17:10 +0200
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