equal
deleted
inserted
replaced
93 |
93 |
94 # the cache to warm by default on simple call |
94 # the cache to warm by default on simple call |
95 # (this is a mutable set to let extension update it) |
95 # (this is a mutable set to let extension update it) |
96 CACHES_POST_CLONE = CACHES_ALL.copy() |
96 CACHES_POST_CLONE = CACHES_ALL.copy() |
97 CACHES_POST_CLONE.discard(CACHE_FILE_NODE_TAGS) |
97 CACHES_POST_CLONE.discard(CACHE_FILE_NODE_TAGS) |
|
98 CACHES_POST_CLONE.discard(CACHE_REV_BRANCH) |
98 |
99 |
99 |
100 |
100 class ipeerconnection(interfaceutil.Interface): |
101 class ipeerconnection(interfaceutil.Interface): |
101 """Represents a "connection" to a repository. |
102 """Represents a "connection" to a repository. |
102 |
103 |