mercurial/interfaces/repository.py
branchstable
changeset 52241 d57d1606049c
parent 51905 e51161b12c7e
child 52432 b2821a846470
equal deleted inserted replaced
52240:4b9cf9924cd7 52241:d57d1606049c
    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