tests/test-config-case.t
author Mads Kiilerich <madski@unity3d.com>
Thu, 28 Feb 2013 13:44:59 +0100
branchstable
changeset 18723 e56f7cd8c67b
parent 17015 73d20de5f30b
permissions -rw-r--r--
tests: don't rely on broken behaviour in test-largefiles-cache.t The test relied on the bug that 'pull largefiles from branchheads' didn't pull any largefiles from tip revision when it seemed like no largefiles had been checked out before.

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