Mercurial > hg
view tests/test-config-case @ 11079:39f725929f0c stable 1.5.2
i18n-pt_BR: synchronized with ee5b112aa529
author | Wagner Bruna <wbruna@yahoo.com> |
---|---|
date | Sat, 01 May 2010 17:55:44 -0300 |
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