changeset 778:765e80bb09f5

test-bookmark-workflow: drop check for Mercurial < 2.1 We only support Mercurial >= 2.8.
author Siddharth Agarwal <sid0@fb.com>
date Mon, 13 Oct 2014 19:10:38 -0700
parents b7eaa734e3b6
children 503d0b871a7c
files tests/test-bookmark-workflow.t
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-bookmark-workflow.t
+++ b/tests/test-bookmark-workflow.t
@@ -12,10 +12,6 @@
 Load commonly used test logic
   $ . "$TESTDIR/testutil"
 
-Skip if Mercurial < 2.1; workflow was different before that
-  $ python -c 'from mercurial import util ; assert \
-  >  util.version() != "unknown" and util.version() >= "2.1"' || exit 80
-
   $ gitcount=10
   $ gitcommit()
   > {