view tests/test-config-case.t @ 18527:f01df0ff3aa2 stable

i18n-pt_BR: synchronized with 68eecbaf1bd3
author Wagner Bruna <wbruna@yahoo.com>
date Thu, 31 Jan 2013 09:58:36 -0200
parents 73d20de5f30b
children
line wrap: on
line source

hide outer repo
  $ hg init

  $ echo '[Section]' >> $HGRCPATH
  $ echo 'KeY = Case Sensitive' >> $HGRCPATH
  $ echo 'key = lower case' >> $HGRCPATH

  $ hg showconfig Section
  Section.KeY=Case Sensitive
  Section.key=lower case