view tests/test-config-case.t @ 18308:4e27b06a0fd9

changelog: please check-code and remove tabs Tabs were introduced in 06185554e7e3.
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 12 Jan 2013 16:04:29 +0100
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