##// END OF EJS Templates
test-config-case: print only the Section we're interested in....
Alexis S. L. Carvalho -
r4528:85a69f4d default
parent child Browse files
Show More
@@ -1,7 +1,7 b''
1 #!/bin/sh
1 #!/bin/sh
2
2
3 echo '[Section]' >> $HGRCPATH
3 echo '[Section]' >> $HGRCPATH
4 echo 'KeY = Case Sensitive' >> $HGRCPATH
4 echo 'KeY = Case Sensitive' >> $HGRCPATH
5 echo 'key = lower case' >> $HGRCPATH
5 echo 'key = lower case' >> $HGRCPATH
6
6
7 hg showconfig
7 hg showconfig Section
General Comments 0
You need to be logged in to leave comments. Login now