view tests/test-config-case @ 6095:a799a06778f3

Add the new "droplet" logo
author Matt Mackall <mpm@selenic.com>
date Thu, 14 Feb 2008 10:25:24 -0600
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