##// END OF EJS Templates
update the branch cache at the end of addchangegroup...
update the branch cache at the end of addchangegroup This should avoid a bad performance problem when the branch cache is not up-to-date, and hgweb can't write an updated version because it lacks permissions.

File last commit:

r4528:85a69f4d default
r5988:ee317dbf 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