view tests/test-config-case.t @ 16732:277e2acb7e5c

parsers: use Py_CLEAR where appropriate
author Bryan O'Sullivan <bryano@fb.com>
date Sun, 13 May 2012 11:56:50 +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