view tests/test-config-case @ 5949:48d01b1e315f

Permit glob patterns to use nested curly braces.
author Jesse Glick <jesse.glick@sun.com>
date Fri, 25 Jan 2008 15:54:25 -0500
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