mercurial/localrepo.py
changeset 43761 b38cd2e6e12d
parent 43758 09409a3fc3cc
child 43763 3fd6ec54704c
--- a/mercurial/localrepo.py	Sun Nov 17 06:06:38 2019 +0100
+++ b/mercurial/localrepo.py	Sat Nov 23 16:46:20 2019 -0800
@@ -1532,7 +1532,7 @@
 
         # dealing with some special values
         if changeid == b'null' or changeid == nullrev:
-            return context.changectx(self, nullrev, nullid)
+            return context.changectx(self, nullrev, nullid, maybe_filtered=False)
         if changeid == b'tip':
             node = self.changelog.tip()
             rev = self.changelog.rev(node)