view tests/test-config-case @ 3544:733835602365

zsh: suppress error message for status completion outside of repository
author Brendan Cully <brendan@kublai.com>
date Thu, 26 Oct 2006 17:28:12 -0700
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