tests/test-command-template.t
changeset 21896 2b41ee1b5ea1
parent 21846 8f23f8096606
child 21944 0483ff40e326
--- a/tests/test-command-template.t	Wed Jul 16 14:53:03 2014 -0700
+++ b/tests/test-command-template.t	Tue Jul 15 23:34:13 2014 +0900
@@ -1850,6 +1850,15 @@
   2 bar* foo 
   1 
   0 
+  $ hg log --template "{rev} {currentbookmark}\n"
+  2 bar
+  1 
+  0 
+  $ hg bookmarks --inactive bar
+  $ hg log --template "{rev} {currentbookmark}\n"
+  2 
+  1 
+  0 
 
 Test stringify on sub expressions