Submitter | phabricator |
---|---|
Date | Feb. 16, 2019, 4:07 a.m. |
Message ID | <217946435f43ea166a8b19f2769a3d3c@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/38791/ |
State | Not Applicable |
Headers | show |
Comments
Patch
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 = {}