##// END OF EJS Templates
repoview: add a test that access actual changeset data of `null`...
marmoute -
r44147:f612a044 default draft
parent child Browse files
Show More
@@ -50,3 +50,10 b' Getting the node of `null`'
50 $ cd test-repo
50 $ cd test-repo
51 $ hg log -r null -T "{node}\n"
51 $ hg log -r null -T "{node}\n"
52 0000000000000000000000000000000000000000
52 0000000000000000000000000000000000000000
53
54 Getting basic changeset inforation about `null`
55
56 $ hg log -r null -T "{node}\n{date}\n"
57 debug.filters: computing revision filter for "visible"
58 0000000000000000000000000000000000000000
59 0.00
General Comments 0
You need to be logged in to leave comments. Login now