aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorIvan Dubrov <idubrov@guidewire.com>2015-07-05 16:14:26 -0700
committerIvan Dubrov <idubrov@guidewire.com>2015-07-05 16:14:26 -0700
commit205101f9ee0cd3b31c9083e625f587cb167fe0ba (patch)
tree92b6234a42bd4512db3fd4ad3a4d2984de0083c2 /README.md
parentfde6e5661d74e262fa892a8b0ac8fa8923ff5e2f (diff)
downloaddcevm-205101f9ee0cd3b31c9083e625f587cb167fe0ba.tar.gz
dcevm-205101f9ee0cd3b31c9083e625f587cb167fe0ba.zip
Verify Mercurial is installed
Show better error message if Mercurial is not installed or mq extension is not enabled. Fixes #67
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e51d0f0f..94318f87 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ You can download binaries [here](https://dcevm.github.io/).
## Supported versions
-[pathes/](hotspot/.hg/patches/) contains patches for all supported versions. Each patch is named by concatenating prefix `full` or `light` with the OpenJDK HotSpot tag. `full` patches support full redefenition capabilities (including removal of superclasses, for example). `light` patches are easier to maintain, but they only support limited functionality (generally, additions to class hierarchies are fine, removals are not).
+[hotspot/.hg/patches/](hotspot/.hg/patches/) contains patches for all supported versions. Each patch is named by concatenating prefix `full` or `light` with the OpenJDK HotSpot tag. `full` patches support full redefenition capabilities (including removal of superclasses, for example). `light` patches are easier to maintain, but they only support limited functionality (generally, additions to class hierarchies are fine, removals are not).
HotSpot tag is the name of the tag in the corresponding HotSpot Mercurial repository ([Java 8](http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot)/[Java 7](http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot)).