diff -r 04b3743c1d7c -r 73dfc72704b6 tests/test-identify.t --- a/tests/test-identify.t Mon Jun 26 09:33:01 2017 +0900 +++ b/tests/test-identify.t Mon Jun 26 09:37:16 2017 +0900 @@ -56,6 +56,13 @@ } ] +test template keywords and functions which require changectx: + + $ hg id -T '{rev} {node|shortest}\n' + 2147483647 ffff + $ hg id -T '{parents % "{rev} {node|shortest} {desc}\n"}' + 0 cb9a a + with modifications $ echo b > a