Submitter | phabricator |
---|---|
Date | Nov. 5, 2019, 5:18 a.m. |
Message ID | <differential-rev-PHID-DREV-wrysfpyns7ljkseko2yr-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/42744/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/localrepo.py b/mercurial/localrepo.py --- a/mercurial/localrepo.py +++ b/mercurial/localrepo.py @@ -1417,7 +1417,7 @@ def _refreshchangelog(self): """make sure the in memory changelog match the on-disk one""" - if b'changelog' in vars(self) and self.currenttransaction() is None: + if 'changelog' in vars(self) and self.currenttransaction() is None: del self.changelog @property