changeset 583:d92439a50837

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.
author David M. Carr <david@carrclan.us>
date Sat, 03 Nov 2012 19:20:52 -0400
parents 819e46cffc84
children 8e8d06e75e74
files tests/test-incoming.t
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-incoming.t	Sat Nov 03 19:20:39 2012 -0400
+++ b/tests/test-incoming.t	Sat Nov 03 19:20:52 2012 -0400
@@ -1,10 +1,6 @@
 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