Mercurial > hg
view tests/test-config-case.t @ 16815:e740746ea557
minirst: generate tables as a list of joined lines
author | Olav Reinert <seroton10@gmail.com> |
---|---|
date | Fri, 01 Jun 2012 11:58:23 +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