D7482: repoview: add a test that access actual changeset data of `null`

marmoute (Pierre-Yves David) phabricator at mercurial-scm.org
Fri Nov 22 23:07:42 EST 2019


Closed by commit rHGf612a044a5ab: repoview: add a test that  access actual changeset data of `null` (authored by marmoute).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D7482?vs=18289&id=18334

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7482/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D7482

AFFECTED FILES
  tests/test-repo-filters-tiptoe.t

CHANGE DETAILS

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 @@
   $ 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



To: marmoute, #hg-reviewers, indygreg
Cc: mercurial-devel


More information about the Mercurial-devel mailing list