view tests/test-config-case @ 10375:adf9505e8888

commands: Try to improve help options text for basic commands Mostly rewrite -r text
author timeless@mozdev.org
date Fri, 20 Nov 2009 14:37:36 +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