comparison tests/test-glog.t @ 28428:6a4a4ca21907

graphlog: bring back color to node symbol template Follows up 3356bf61fa25. A ui object is required to render labels.
author Yuya Nishihara <yuya@tcha.org>
date Wed, 09 Mar 2016 23:57:15 +0900
parents b19d8d5d6b51
children 0d6137891114
comparison
equal deleted inserted replaced
28427:969a4615c4c4 28428:6a4a4ca21907
2405 # 6 foo-bar+0 2405 # 6 foo-bar+0
2406 |\ 2406 |\
2407 o | 5 null+5 2407 o | 5 null+5
2408 | | 2408 | |
2409 2409
2410 label() should just work in node template:
2411
2412 $ hg log -Gqr 7 --config extensions.color= --color=debug \
2413 > --config ui.graphnodetemplate='{label("branch.{branch}", rev)}'
2414 [branch.default|7] [log.node|7:02dbb8e276b8]
2415 |
2416
2410 $ cd .. 2417 $ cd ..