changeset 43763 | 3fd6ec54704c |
parent 43761 | b38cd2e6e12d |
child 43765 | e89e3275f658 |
--- a/mercurial/localrepo.py Sat Nov 23 13:59:17 2019 +0100 +++ b/mercurial/localrepo.py Sat Nov 23 16:49:34 2019 -0800 @@ -1531,7 +1531,7 @@ ] # dealing with some special values - if changeid == b'null' or changeid == nullrev: + if changeid == b'null' or changeid == nullrev or changeid == nullid: return context.changectx(self, nullrev, nullid, maybe_filtered=False) if changeid == b'tip': node = self.changelog.tip()