diff options
author | Ivan Dubrov <idubrov@guidewire.com> | 2015-07-05 16:14:26 -0700 |
---|---|---|
committer | Ivan Dubrov <idubrov@guidewire.com> | 2015-07-05 16:14:26 -0700 |
commit | 205101f9ee0cd3b31c9083e625f587cb167fe0ba (patch) | |
tree | 92b6234a42bd4512db3fd4ad3a4d2984de0083c2 /README.md | |
parent | fde6e5661d74e262fa892a8b0ac8fa8923ff5e2f (diff) | |
download | dcevm-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)). |