changeset 43759:1a415548794a

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
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sun, 17 Nov 2019 07:25:25 +0100
parents 09409a3fc3cc
children 1e87851dba63
files tests/test-repo-filters-tiptoe.t
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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