repoview: add a test that access actual changeset data of `null`
authorPierre-Yves David <pierre-yves.david@octobus.net>
Sun, 17 Nov 2019 07:25:25 +0100
changeset 43759 1a415548794a
parent 43758 09409a3fc3cc
child 43760 1e87851dba63
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
tests/test-repo-filters-tiptoe.t
--- a/tests/test-repo-filters-tiptoe.t	Sun Nov 17 07:25:14 2019 +0100
+++ b/tests/test-repo-filters-tiptoe.t	Sun Nov 17 07:25:25 2019 +0100
@@ -50,3 +50,10 @@
   $ 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