view tests/test-config-case @ 11447:ac256cd2cb36 stable

mercurial.spec: don't include convert-repo - use "hg convert" instead
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 25 Jun 2010 19:59:22 +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