changeset 899:5cc2ad8a162b

test-bookmark-workflow: fix for Mercurial 3.4
author Siddharth Agarwal <sid0@fb.com>
date Sun, 03 May 2015 13:14:20 -0700
parents 8026c094173a
children 11ca21820a95
files tests/test-bookmark-workflow.t
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-bookmark-workflow.t
+++ b/tests/test-bookmark-workflow.t
@@ -169,7 +169,8 @@
   [1]
 As of 2.3, Mercurial's outgoing -B doesn't actually show changed bookmarks
 It only shows "new" bookmarks.  Thus, b1 doesn't show up.
-  $ hg outgoing -B
+This changed in 3.4 to start showing changed and deleted bookmarks again.
+  $ hg outgoing -B | grep -v -E -w 'b1|b3|b4'
   comparing with $TESTTMP/hgremoterepo
   searching for changed bookmarks
      b2                        3442585be8a6
@@ -209,7 +210,8 @@
   [1]
 As of 2.3, Mercurial's outgoing -B doesn't actually show changed bookmarks
 It only shows "new" bookmarks.  Thus, b1 doesn't show up.
-  $ hg outgoing -B
+This changed in 3.4 to start showing changed and deleted bookmarks again.
+  $ hg outgoing -B | grep -v -E -w 'b1|b3|b4'
   comparing with $TESTTMP/gitremoterepo
   searching for changed bookmarks
      b2                        ff7a2f2d8d70