view tests/test-config-case @ 11349:cf8a9154a362

revset: fix call to ctx.extra() in closed()
author Georg Brandl <georg@python.org>
date Sun, 13 Jun 2010 23:25:27 +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