tests/test-fastannotate-hg.t
changeset 39798 ddca38941b2b
parent 39458 4babb55e4503
child 39929 47cb6750dea3
--- a/tests/test-fastannotate-hg.t	Sat Sep 15 17:26:22 2018 +0900
+++ b/tests/test-fastannotate-hg.t	Sat Sep 15 17:26:23 2018 +0900
@@ -569,7 +569,7 @@
   $ hg annotate -ncr "wdir()" -Tjson foo
   [
    {
-    "lines": [{"line": "foo\n", "node": "472b18db256d1e8282064eab4bfdaf48cbfe83cd", "rev": 11}, {"line": "foofoo\n", "node": null, "rev": null}],
+    "lines": [{"line": "foo\n", "node": "472b18db256d1e8282064eab4bfdaf48cbfe83cd", "rev": 11}, {"line": "foofoo\n", "node": "ffffffffffffffffffffffffffffffffffffffff", "rev": 2147483647}],
     "path": "foo"
    }
   ]