diff --git a/mercurial/branchmap.py b/mercurial/branchmap.py --- a/mercurial/branchmap.py +++ b/mercurial/branchmap.py @@ -45,7 +45,7 @@ class BranchMapCache(object): - """Cache mapping""" + """mapping of filtered views of repo with their branchcache""" def __init__(self): self._per_filter = {}