##// END OF EJS Templates
regression test for issue1552...
regression test for issue1552 Ensures that fetch correctly infers what to merge when pulling a repository with inactive branches.

File last commit:

r4528:85a69f4d default
r7855:aa1a87f7 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