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

makefile: remove support for hg before 1.9.3

Versions removed are 1.7.5 and 1.8.4.
These versions use findoutgoing for discovery, rather than the more modern
findcommonoutgoing.
parent ea98d659
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
# latest Ubuntu LTS release (2.0.2 for 12.04 LTS) may be dropped if they # 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 # interfere with new development. The latest released minor version should be
# listed for each major version; earlier minor versions are not needed. # listed for each major version; earlier minor versions are not needed.
all-version-tests: tests-1.7.5 tests-1.8.4 tests-1.9.3 tests-2.0.2 \ all-version-tests: tests-1.9.3 tests-2.0.2 tests-2.1.2 tests-2.2.3 \
tests-2.1.2 tests-2.2.3 tests-2.3.1 tests-tip tests-2.3.1 tests-tip
.PHONY: tests all-version-tests .PHONY: tests all-version-tests
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
This plugin is implemented entirely in Python - there are no Git This plugin is implemented entirely in Python - there are no Git
binary dependencies, you do not need to have Git installed on your binary dependencies, you do not need to have Git installed on your
system. The only dependencies are Mercurial and Dulwich. The plugin system. The only dependencies are Mercurial and Dulwich. The plugin
is known to work on Hg versions 1.3 through 1.5 and requires at least is known to work on Hg versions 1.9.3 through 2.3.1 and requires at least
Dulwich 0.8.6. Dulwich 0.8.6.
Usage Usage
...@@ -141,8 +141,6 @@ ...@@ -141,8 +141,6 @@
is not compulsory, but it makes some things a bit nicer for you. is not compulsory, but it makes some things a bit nicer for you.
This plugin is currently tested against the following Mercurial versions: This plugin is currently tested against the following Mercurial versions:
* 1.7.5
* 1.8.4
* 1.9.3 * 1.9.3
* 2.0.2 * 2.0.2
* 2.1.2 * 2.1.2
......
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