view tests/test-config-case @ 6782:b9d6ab187523

streamclone yields chunks instead of accepting a file-like object
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Sun, 29 Jun 2008 14:20:01 +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