tests/test-config-case.t
author Matt Mackall <mpm@selenic.com>
Thu, 26 Jul 2012 17:04:01 -0500
branchstable
changeset 17256 707cbbf950ea
parent 17015 73d20de5f30b
permissions -rw-r--r--
tags: visit new heads in forward order when rebuilding cache This improves performance of building the tag cache by 4x on a repo with ~2800 heads.

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