Mercurial > hg
view tests/test-config-case @ 6731:eed52e7ab9cc
fix dumb test failure introduced in 855851eae70f
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Wed, 25 Jun 2008 10:37:07 +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