Mercurial > hg
view tests/test-config-case @ 11355:9011036ba79d
relink/progress: Adding progress for collecting stage
author | timeless <timeless@gmail.com> |
---|---|
date | Thu, 10 Jun 2010 15:35:06 +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