view tests/test-config-case.t @ 17080:b335759e0454 stable

i18n-pt_BR: synchronized with d63fb1fce977
author Wagner Bruna <wbruna@yahoo.com>
date Sun, 01 Jul 2012 08:09:00 -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