diff -r a677261e7422 -r ddca38941b2b tests/test-annotate.t --- a/tests/test-annotate.t Sat Sep 15 17:26:22 2018 +0900 +++ b/tests/test-annotate.t Sat Sep 15 17:26:23 2018 +0900 @@ -564,7 +564,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" } ]