view tests/test-config-case.t @ 15581:d8fa35c28335

ssh: quote remote paths (issue2983)
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 26 Nov 2011 00:10:31 +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