##// END OF EJS Templates
Make contrib/buildrpm work on Fedora 9....
Make contrib/buildrpm work on Fedora 9. mercurial.spec had bitrotted. These changes makes it possible to build an rpm that is usable. Only minimal changes has been made, and there is plenty of room for improvement.

File last commit:

r4528:85a69f4d default
r7277:3e000e2b default
Show More
test-config-case
7 lines | 142 B | text/plain | TextLexer
Alexis S. L. Carvalho
Use a case-sensitive version of SafeConfigParser everywhere...
r3425 #!/bin/sh
echo '[Section]' >> $HGRCPATH
echo 'KeY = Case Sensitive' >> $HGRCPATH
echo 'key = lower case' >> $HGRCPATH
Alexis S. L. Carvalho
test-config-case: print only the Section we're interested in....
r4528 hg showconfig Section