view tests/test-config-case.t @ 13581:b30a488762e1 stable

eol: use dirstate methods to clear dirstate This fixes a race that was observed when status was called before and after clearing the dirstate.
author Martin Geisler <mg@lazybytes.net>
date Sat, 12 Mar 2011 12:11:09 +0100
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