##// END OF EJS Templates
branchmap: improve doc about BranchMapCache class...
Pulkit Goyal -
r41867:a87ca1d7 default
parent child Browse files
Show More
@@ -45,7 +45,7 b" subsettable = {None: 'visible',"
45
45
46
46
47 class BranchMapCache(object):
47 class BranchMapCache(object):
48 """Cache mapping"""
48 """mapping of filtered views of repo with their branchcache"""
49 def __init__(self):
49 def __init__(self):
50 self._per_filter = {}
50 self._per_filter = {}
51
51
General Comments 0
You need to be logged in to leave comments. Login now