view tests/test-config-case @ 11061:51d0387523c6

log: add --stat for diffstat output log --stat shows diffstat in place of patch output.
author Yuya Nishihara <yuya@tcha.org>
date Thu, 01 Apr 2010 00:35:12 +0900
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