Dear list,
The Hg-Git website [1] currently tells users that if they want to know
which version of Hg-Git works with their Mercurial version, they should
go to Bitbucket, update to each version tag, and inspect the Makefile.
This patch aims to improve that situation.
[1]
https://hg-git.github.io/
* The first patch adds an Hg-Git / Mercurial version compatibility
table to the installation section of the README, and removes a
far-out-of-date 'the current version is compatible with ...' list.
* The second patch improves the Installing section to explain
installation from pip as well as from a cloned repo.
If and when the first patch is accepted, I'll submit a PR for the
https://hg-git.github.io/ repo to make the website say 'for version
compatibility, see the README' instead of 'update to each version tag
and read the Makefile'.
Cheers,
Sietse
Sietse Brouwer
# HG changeset patch
# User Sietse Brouwer <
sbbr...@gmail.com>
# Date 1433184789 -7200
# Mon Jun 01 20:53:09 2015 +0200
# Node ID dc5c4654815ac4bcd4aa1a2499ed012c70a4ed78
# Parent d153586c28f8e639b17a049ab599917ec8a87331
README: add Hg-Git/Hg version compatibility table
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -137,12 +137,28 @@
That will enable the Hg-Git extension for you.
-This plugin is currently tested against the following Mercurial versions:
+Hg-Git is tested against the following Mercurial versions:
- * 2.0.2
- * 2.1.2
- * 2.2.3
- * 2.3.1
+ Hg-Git Compatible Mercurial versions
+ ------ ----------------------------------
+ 0.8.1 2.8.2, 3.0.1, 3.1, 3.2.2, 3.3, 3.4
+ 0.8.0 2.8.2, 3.0.1, 3.1, 3.2.2
+ 0.7.0 2.8.2, 3.0.1, 3.1
+ 0.6.1 2.8.2, 3.0.1
+
+ 0.6.0 2.8.2
+ 0.5.0 1.9.3, 2.0.2, 2.1.2, 2.2.3
+ 0.4.0 1.9.3, 2.0.2, 2.1.2, 2.2.3
+ 0.3.4 1.7.5, 1.8.4, 1.9.3, 2.0.2
+
+ 0.3.3 1.5.4, 1.6.4, 1.7.5, 1.8.4
+ 0.3.2 1.4.3, 1.5.4, 1.6.2, 1.7.2
+ 0.3.1 1.4.3, 1.5.4, 1.6.2, 1.7.2
+ 0.3.0 1.4.3, 1.5.4, 1.6.2, 1.7.2
+
+ 0.2.6 1.4.3, 1.5.4, 1.6.2, 1.7.2
+ 0.2.5 1.4.3, 1.5.4, 1.6.2
+ 0.2.4 1.4.3, 1.5.4, 1.6.2
Configuration
=============