view tests/test-config-case.t @ 14618:110d75f0abb3

dispatch: fix for-loop variable name
author Idan Kamara <idankk86@gmail.com>
date Tue, 14 Jun 2011 20:25:38 +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