tests/test-config-case.t
author Siddharth Agarwal <sid0@fb.com>
Tue, 02 Apr 2013 14:49:34 -0700
changeset 18862 6de8cd5c719a
parent 17015 73d20de5f30b
permissions -rw-r--r--
scmutil.addremove: remove redundant directory and symlink checks dirstate.walk only does lstats and never returns stat objects for directories. On a large repository with 170,000 files, this speeds perfaddremove up from 2.40 seconds to 2.34.

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