D5933: branchmap: improve doc about BranchMapCache class

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Fri Feb 15 23:07:01 EST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGa87ca1d7e61d: branchmap: improve doc about BranchMapCache class (authored by pulkit, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D5933?vs=14023&id=14128

REVISION DETAIL
  https://phab.mercurial-scm.org/D5933

AFFECTED FILES
  mercurial/branchmap.py

CHANGE DETAILS

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 = {}
 



To: pulkit, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list