Skip to content
Snippets Groups Projects
Commit 2a62f0f480f3 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

compat: drop support for Mercurial 4.2

Since Mercurial 4.6 is about to be released, we drop support for 4.2 too.

(code still need to be cleaned up).
parent 72f61b9cb8e9
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
8.0.0 - in progress
-------------------
* drop support for Mercurial 4.1
* drop support for Mercurial 4.1 and 4.2
* `--obsolete` and `--old-obsolete` flags for `hg graft` are dropped
* evolve: a new `--abort` flag which aborts an interrupted evolve
resolving orphans
......
......@@ -6,6 +6,6 @@
# GNU General Public License version 2 or any later version.
__version__ = '8.0.0.dev'
testedwith = '4.2.3 4.3.2 4.4.2 4.5.2'
minimumhgversion = '4.2'
testedwith = '4.3.2 4.4.2 4.5.2'
minimumhgversion = '4.3'
buglink = 'https://bz.mercurial-scm.org/'
......@@ -178,8 +178,8 @@
__version__ = '0.9.0.dev'
testedwith = '4.2.3 4.3.3 4.4.2 4.5.2'
minimumhgversion = '4.2'
testedwith = '4.3.3 4.4.2 4.5.2'
minimumhgversion = '4.3'
buglink = 'https://bz.mercurial-scm.org/'
if util.safehasattr(registrar, 'configitem'):
......
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