view tests/test-config-case.t @ 17321:f3fd9d6802b7 stable

help: fix helptable indentation
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 01 Aug 2012 00:18:23 +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