tests/test-prune.t
branchstable
changeset 693 d3c1fe0035d1
parent 692 a2938a539f44
child 715 070bbbb0e6f2
--- a/tests/test-prune.t	Mon Feb 04 21:40:58 2013 +0100
+++ b/tests/test-prune.t	Mon Feb 04 21:38:19 2013 +0100
@@ -1,6 +1,6 @@
   $ cat >> $HGRCPATH <<EOF
   > [ui]
-  > logtemplate={rev}:{node|short}[] ({obsolete}/{phase}) {desc|firstline}\n
+  > logtemplate={rev}:{node|short}[{bookmarks}] ({obsolete}/{phase}) {desc|firstline}\n
   > [extensions]
   > hgext.rebase=
   > EOF
@@ -20,8 +20,9 @@
   $ mkcommit c
   $ mkcommit d
   $ mkcommit e
+  $ hg bookmarks BABAR
   $ hg log -G
-  @  4:9d206ffc875e[] (stable/draft) add e
+  @  4:9d206ffc875e[BABAR] (stable/draft) add e
   |
   o  3:47d2a3944de8[] (stable/draft) add d
   |
@@ -109,7 +110,7 @@
   | |
   | o  5:814c38b95e72[] (stable/draft) add bb
   |/
-  o  0:1f0dee641bb7[] (stable/public) add a
+  o  0:1f0dee641bb7[BABAR] (stable/public) add a
   
 
 one old, one new
@@ -137,7 +138,7 @@
   | |
   | o  5:814c38b95e72[] (stable/draft) add bb
   |/
-  o  0:1f0dee641bb7[] (stable/public) add a
+  o  0:1f0dee641bb7[BABAR] (stable/public) add a
   
 
 one old, two new
@@ -164,7 +165,7 @@
   | |
   | o  5:814c38b95e72[] (stable/draft) add bb
   |/
-  o  0:1f0dee641bb7[] (stable/public) add a
+  o  0:1f0dee641bb7[BABAR] (stable/public) add a
   
 
 two old, two new (should be denied)