view tests/test-config-case @ 8546:a33d19dcf906

gendoc: add missing space in command synopsis
author Ori Avtalion <ori@avtalion.name>
date Fri, 22 May 2009 20:19:22 +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