# HG changeset patch # User Alexis S. L. Carvalho # Date 1181357352 10800 # Node ID 85a69f4d1e80eca0ca1e92670f210a23369f8b47 # Parent b422b558015b9294feb59ec6cc2ce3f307e31e20 test-config-case: print only the Section we're interested in. This allows us to add additional settings to the global hgrc file created by run-tests.py without breaking this test. diff --git a/tests/test-config-case b/tests/test-config-case --- a/tests/test-config-case +++ b/tests/test-config-case @@ -4,4 +4,4 @@ echo '[Section]' >> $HGRCPATH echo 'KeY = Case Sensitive' >> $HGRCPATH echo 'key = lower case' >> $HGRCPATH -hg showconfig +hg showconfig Section