diff --git a/Makefile b/Makefile index 0b33ab75e3cb682172f4cb4f87ced86e954c1d82_TWFrZWZpbGU=..f0e774680e709de065de0b76b2151a1e688d906c_TWFrZWZpbGU= 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,6 @@ # latest Ubuntu LTS release (2.0.2 for 12.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-1.9.3 tests-2.0.2 tests-2.1.2 tests-2.2.3 \ - tests-2.8.1 tests-tip +all-version-tests: tests-2.0.2 tests-2.1.2 tests-2.2.3 tests-2.8.1 tests-tip .PHONY: tests all-version-tests diff --git a/README.md b/README.md index 0b33ab75e3cb682172f4cb4f87ced86e954c1d82_UkVBRE1FLm1k..f0e774680e709de065de0b76b2151a1e688d906c_UkVBRE1FLm1k 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This plugin is implemented entirely in Python - there are no Git binary dependencies, you do not need to have Git installed on your system. The only dependencies are Mercurial and Dulwich. The plugin -is known to work on Hg versions 1.9.3 through 2.3.1 and requires at least +is known to work on Hg versions 2.0.2 through 2.3.1 and requires at least Dulwich 0.8.6. Usage @@ -138,7 +138,7 @@ That will enable the Hg-Git extension for you. This plugin is currently tested against the following Mercurial versions: - * 1.9.3 + * 2.0.2 * 2.1.2 * 2.2.3 diff --git a/hggit/__init__.py b/hggit/__init__.py index 0b33ab75e3cb682172f4cb4f87ced86e954c1d82_aGdnaXQvX19pbml0X18ucHk=..f0e774680e709de065de0b76b2151a1e688d906c_aGdnaXQvX19pbml0X18ucHk= 100644 --- a/hggit/__init__.py +++ b/hggit/__init__.py @@ -44,7 +44,7 @@ import gitrepo, hgrepo from git_handler import GitHandler -testedwith = '1.9.3 2.0.2 2.1.2 2.2.3 2.8.1' +testedwith = '2.0.2 2.1.2 2.2.3 2.8.1' buglink = 'https://bitbucket.org/durin42/hg-git/issues' # support for `hg clone git://github.com/defunkt/facebox.git`