Mercurial > hg
view tests/test-config-case @ 11595:368cd5325348
protocol: move hgweb protocol support back into protocol.py
- introduce iscmd
- simplify error handling
- remove unneeded imports
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 15 Jul 2010 15:05:04 -0500 |
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