tests/test-command-template.t
changeset 25014 7e5d5160073b
parent 25007 7c324f65e4ef
child 25348 f26efa4f0eff
--- a/tests/test-command-template.t	Wed Apr 15 08:12:04 2015 -0700
+++ b/tests/test-command-template.t	Wed Apr 15 08:19:36 2015 -0700
@@ -3090,12 +3090,12 @@
   2 bar* foo 
   1 
   0 
-  $ hg log --template "{rev} {currentbookmark}\n"
+  $ hg log --template "{rev} {activebookmark}\n"
   2 bar
   1 
   0 
   $ hg bookmarks --inactive bar
-  $ hg log --template "{rev} {currentbookmark}\n"
+  $ hg log --template "{rev} {activebookmark}\n"
   2 
   1 
   0