Skip to content
Snippets Groups Projects
Commit 765e80bb authored by Siddharth Agarwal's avatar Siddharth Agarwal
Browse files

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

We only support Mercurial >= 2.8.
parent b7eaa734
No related branches found
No related tags found
No related merge requests found
......@@ -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()
> {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment