# HG changeset patch # User Pierre-Yves David # Date 2019-11-17 06:25:25 # Node ID f612a044a5ab30babc85657a630d984f5c9d138b # Parent c0e04f07a2d4bf29b8e894d447a90ef837ed20c1 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