mercurial/branchmap.py
changeset 41718 a87ca1d7e61d
parent 41678 9d0d8793e847
child 41759 aaad36b88298
--- a/mercurial/branchmap.py	Mon Feb 04 19:46:57 2019 +0100
+++ b/mercurial/branchmap.py	Mon Feb 11 16:34:48 2019 +0300
@@ -45,7 +45,7 @@
 
 
 class BranchMapCache(object):
-    """Cache mapping"""
+    """mapping of filtered views of repo with their branchcache"""
     def __init__(self):
         self._per_filter = {}