Mercurial > hg
view tests/test-config-case.t @ 15732:2e98875e3fa4
i18n-ru: translated inotify, interhg; skipped strings added
author | Alexander Sauta <demosito@gmail.com> |
---|---|
date | Mon, 19 Dec 2011 22:40:59 +0300 |
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