Mercurial > hg
view tests/test-config-case @ 4966:8d982aef0be1
addremove: print meaningful error message if --similar not numeric
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Sat, 21 Jul 2007 19:07:18 -0700 |
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