view tests/test-config-case @ 11680:7fefef3ce791

convert: warn on superfluous / in paths shlex is really a bad parser for this line-based format ...
author Mads Kiilerich <mads@kiilerich.com>
date Tue, 20 Jul 2010 15:49:28 +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