##// END OF EJS Templates
mq: eliminate warning on qpush with empty series...
mq: eliminate warning on qpush with empty series Warning was "DeprecationWarning: use lock.release instead of del lock"

File last commit:

r4528:85a69f4d default
r8795:51c29aec default
Show More
test-config-case
7 lines | 142 B | text/plain | TextLexer
#!/bin/sh
echo '[Section]' >> $HGRCPATH
echo 'KeY = Case Sensitive' >> $HGRCPATH
echo 'key = lower case' >> $HGRCPATH
hg showconfig Section