changeset 737:0812923b3848

tests: assert compatibility with Mercurial 3.0.1
author Siddharth Agarwal <sid0@fb.com>
date Tue, 17 Jun 2014 14:24:21 -0700
parents 5d35a5c12b02
children e034e5196d6c
files Makefile hggit/__init__.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Mon May 19 21:12:40 2014 -0700
+++ b/Makefile	Tue Jun 17 14:24:21 2014 -0700
@@ -25,6 +25,6 @@
 # latest Ubuntu LTS release (2.8.2 for 14.04 LTS) may be dropped if they
 # interfere with new development.  The latest released minor version should be
 # listed for each major version; earlier minor versions are not needed.
-all-version-tests: tests-2.8.2 tests-3.0 tests-@
+all-version-tests: tests-2.8.2 tests-3.0.1 tests-@
 
 .PHONY: tests all-version-tests
--- a/hggit/__init__.py	Mon May 19 21:12:40 2014 -0700
+++ b/hggit/__init__.py	Tue Jun 17 14:24:21 2014 -0700
@@ -48,7 +48,7 @@
 from git_handler import GitHandler
 import verify
 
-testedwith = '2.8.2 3.0'
+testedwith = '2.8.2 3.0.1'
 buglink = 'https://bitbucket.org/durin42/hg-git/issues'
 
 cmdtable = {}