test-bookmark-workflow: drop check for Mercurial < 2.1

We only support Mercurial >= 2.8.
This commit is contained in:
Siddharth Agarwal 2014-10-13 19:10:38 -07:00
parent 7aedee2ea4
commit 9cc8a9705d

View File

@ -12,10 +12,6 @@ locally is only to provide a test fixture.
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()
> {