view tests/test-config-case.t @ 16488:d9901eb3e42d stable

Merge stable
author Brendan Cully <brendan@kublai.com>
date Sun, 22 Apr 2012 20:30:36 -0700
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