tests/test-config-case
author Matt Mackall <mpm@selenic.com>
Sun, 19 Aug 2007 14:03:56 -0500
changeset 5206 0f6a1bdf89fb
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
match: handle large regexes Some Python versions don't handle large regexes, so when we hit an overflow, split our regex in two.

#!/bin/sh

echo '[Section]' >> $HGRCPATH
echo 'KeY = Case Sensitive' >> $HGRCPATH
echo 'key = lower case' >> $HGRCPATH

hg showconfig Section