Submitter | Katsunori FUJIWARA |
---|---|
Date | June 29, 2017, 4:53 p.m. |
Message ID | <14a0f53f998eb8c97819.1498755188@speaknoevil> |
Download | mbox | patch |
Permalink | /patch/21824/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/manifest.py b/mercurial/manifest.py --- a/mercurial/manifest.py +++ b/mercurial/manifest.py @@ -1230,7 +1230,8 @@ class manifestrevlog(revlog.revlog): self._dirlogcache = {'': self} super(manifestrevlog, self).__init__(opener, indexfile, - checkambig=bool(dir)) + # only root indexfile is cached + checkambig=not bool(dir)) @property def fulltextcache(self):