Mercurial > hg
view tests/test-config-case.t @ 14066:14fac6c0536a
pure bdiff: don't use a generator
Generators are slow, and currently defeat the PyPy JIT.
author | Dan Villiom Podlaski Christiansen <danchr@gmail.com> |
---|---|
date | Sat, 30 Apr 2011 15:05:36 +0200 |
parents | 5e2216a35839 |
children | 73d20de5f30b |
line wrap: on
line source
$ echo '[Section]' >> $HGRCPATH $ echo 'KeY = Case Sensitive' >> $HGRCPATH $ echo 'key = lower case' >> $HGRCPATH $ hg showconfig Section Section.KeY=Case Sensitive Section.key=lower case