# HG changeset patch # User Siddharth Agarwal # Date 1430684060 25200 # Node ID 5cc2ad8a162bc27d2938132ab19b342c4559c07f # Parent 8026c094173abe67e0ec603b1aeca42267037b49 test-bookmark-workflow: fix for Mercurial 3.4 diff --git a/tests/test-bookmark-workflow.t b/tests/test-bookmark-workflow.t --- 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