Skip to content
Snippets Groups Projects
Commit d92439a5 authored by David M. Carr's avatar David M. Carr
Browse files

tests: remove mercurial version check from test-incoming.t

This test was only running on Mercurial 1.7 or later.  Since now we only
support versions that are 1.7 or later, there isn't a need to perform this
check any more.
parent 819e46cf
No related branches found
No related tags found
No related merge requests found
Load commonly used test logic
$ . "$TESTDIR/testutil"
This test only works on hg 1.7 and later
$ python -c 'from mercurial import util ; assert \
> util.version() != "unknown" and util.version() > "1.7"' || exit 80
$ git init gitrepo
Initialized empty Git repository in $TESTTMP/gitrepo/.git/
$ cd gitrepo
......
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