Show More
@@ -1,7 +1,8 | |||
|
1 | #!/bin/sh | |
|
1 | $ echo '[Section]' >> $HGRCPATH | |
|
2 | $ echo 'KeY = Case Sensitive' >> $HGRCPATH | |
|
3 | $ echo 'key = lower case' >> $HGRCPATH | |
|
2 | 4 | |
|
3 | echo '[Section]' >> $HGRCPATH | |
|
4 |
|
|
|
5 | echo 'key = lower case' >> $HGRCPATH | |
|
5 | $ hg showconfig Section | |
|
6 | Section.KeY=Case Sensitive | |
|
7 | Section.key=lower case | |
|
6 | 8 | |
|
7 | hg showconfig Section |
|
1 | NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now