changeset 728:9aa80419328f

tests: assert compatibility with Mercurial 3.0
author Siddharth Agarwal <sid0@fb.com>
date Mon, 19 May 2014 20:39:43 -0700
parents 6f4fe8ad1883
children 2f8bedc6007d
files Makefile hggit/__init__.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile
+++ b/Makefile
@@ -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-@
+all-version-tests: tests-2.8.2 tests-3.0 tests-@
 
 .PHONY: tests all-version-tests
--- a/hggit/__init__.py
+++ b/hggit/__init__.py
@@ -46,7 +46,7 @@
 from git_handler import GitHandler
 import verify
 
-testedwith = '2.8.2'
+testedwith = '2.8.2 3.0'
 buglink = 'https://bitbucket.org/durin42/hg-git/issues'
 
 # support for `hg clone git://github.com/defunkt/facebox.git`