##// END OF EJS Templates
clone: properly exclude rev-branch-cache from post clone cache warming...
marmoute -
r53138:d57d1606 stable
parent child Browse files
Show More
@@ -95,6 +95,7 CACHES_ALL = {
95 95 # (this is a mutable set to let extension update it)
96 96 CACHES_POST_CLONE = CACHES_ALL.copy()
97 97 CACHES_POST_CLONE.discard(CACHE_FILE_NODE_TAGS)
98 CACHES_POST_CLONE.discard(CACHE_REV_BRANCH)
98 99
99 100
100 101 class ipeerconnection(interfaceutil.Interface):
General Comments 0
You need to be logged in to leave comments. Login now