diff -r 8bc14ac53a41 -r f18e4608bb61 mercurial/localrepo.py --- a/mercurial/localrepo.py Thu Feb 23 04:15:16 2023 +0100 +++ b/mercurial/localrepo.py Thu Feb 23 03:25:44 2023 +0100 @@ -1470,6 +1470,7 @@ self._postdsstatus = [] self._pending_narrow_pats = None + self._pending_narrow_pats_dirstate = None # generic mapping between names and nodes self.names = namespaces.namespaces()