view tests/test-config-case.t @ 13556:2cefee00a5b9 stable

i18n-de: improve translation for "unmerged branches" This translation issue was pointed out by Georg Brandl.
author David Soria Parra <dsp@php.net>
date Sun, 06 Mar 2011 15:32:37 +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