tests/test-command-template.t
branchstable
changeset 24157 d091f62be5ae
parent 23735 b9d06fa10ef2
child 24240 bd504d90588d
child 24304 6136704b975d
--- a/tests/test-command-template.t	Wed Feb 18 22:10:17 2015 +0900
+++ b/tests/test-command-template.t	Wed Feb 18 22:17:35 2015 +0900
@@ -2381,6 +2381,11 @@
   2 
   1 
   0 
+  $ hg book -r1 baz
+  $ hg log --template "{rev} {join(bookmarks, ' ')}\n"
+  2 bar foo
+  1 baz
+  0 
 
 Test stringify on sub expressions