Comments
Patch
@@ -52,7 +52,6 @@
Getting basic changeset inforation about `null`
$ hg log -r null -T "{node}\n{date}\n"
- debug.filters: computing revision filter for "visible"
0000000000000000000000000000000000000000
0.00
@@ -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, False)
if changeid == b'tip':
node = self.changelog.tip()
rev = self.changelog.rev(node)