Mercurial > hg-stable
view tests/test-config-case @ 8014:6a77ba181bc6
templatefilters: split out jsonescape() function
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Mon, 06 Apr 2009 10:51:45 +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