view tests/test-config-case @ 3566:ca24144ed850

Force the content-length header to be a string in httprepo.unbundle. (Needed for Python2.3 compatibility)
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 27 Oct 2006 18:30:53 +0200
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