Mercurial > hg
view tests/test-config-case.t @ 13146:43575c67add3
progress: fix adding format elements after the progress bar
Prior to this change, format elements after the progress bar would
show up in the wrong order.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Wed, 15 Dec 2010 10:20:36 -0600 |
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