sapling/tests/test-config-case
Alexis S. L. Carvalho 39ab533239 test-config-case: print only the Section we're interested in.
This allows us to add additional settings to the global hgrc file
created by run-tests.py without breaking this test.
2007-06-08 23:49:12 -03:00

8 lines
142 B
Bash
Executable File

#!/bin/sh
echo '[Section]' >> $HGRCPATH
echo 'KeY = Case Sensitive' >> $HGRCPATH
echo 'key = lower case' >> $HGRCPATH
hg showconfig Section