view tests/test-config-case @ 3805:248a952c0d17

zsh: remove deprecated -f option for hg update
author Steve Borho <steve@borho.org>
date Tue, 05 Dec 2006 21:30:04 -0600
parents ec6f400cff4d
children 85a69f4d1e80
line wrap: on
line source

#!/bin/sh

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

hg showconfig