# HG changeset patch # User Pierre-Yves David # Date 2019-11-17 06:25:25 # Node ID 1a415548794a5e99a7744116f83f10f966f2c6fa # Parent 09409a3fc3cc17a55f7a7407fda8d5cd0ff3268a repoview: add a test that access actual changeset data of `null` Ideally, we would not trigger filtering here. However some work needs to happens first. Differential Revision: https://phab.mercurial-scm.org/D7482 diff --git a/tests/test-repo-filters-tiptoe.t b/tests/test-repo-filters-tiptoe.t --- a/tests/test-repo-filters-tiptoe.t +++ b/tests/test-repo-filters-tiptoe.t @@ -50,3 +50,10 @@ Getting the node of `null` $ cd test-repo $ hg log -r null -T "{node}\n" 0000000000000000000000000000000000000000 + +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