view tests/test-config-case @ 5942:b75105de8573

glog shows at most one file: correct synopsis
author Thomas Arendsen Hein <thomas@intevation.de>
date Sat, 26 Jan 2008 00:14:20 +0100
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