diff tests/test-identify.t @ 37500:8bb3899a0f47

formatter: make nested items somewhat readable in template output
author Yuya Nishihara <yuya@tcha.org>
date Thu, 15 Mar 2018 22:27:16 +0900
parents 46859b437697
children 10c5eacd793f
line wrap: on
line diff
--- a/tests/test-identify.t	Sun Mar 18 23:36:52 2018 +0900
+++ b/tests/test-identify.t	Thu Mar 15 22:27:16 2018 +0900
@@ -62,6 +62,8 @@
   2147483647 ffff
   $ hg id -T '{parents % "{rev} {node|shortest} {desc}\n"}'
   0 cb9a a
+  $ hg id -T '{parents}\n'
+  0:cb9a9f314b8b
 
 test nested template: '{tags}'/'{node}' constants shouldn't override the
 default keywords, but '{id}' persists because there's no default keyword