view tests/test-config-case.t @ 13462:8641cb094c81 stable

hgk: display bookmarks as gray labels in the commitline
author David Soria Parra <dsp@php.net>
date Wed, 23 Feb 2011 00:25:01 +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