Mercurial > evolve
comparison README @ 1191:583f7f03434b stable
init: don't abort Mercurial on version mismatch
Evolve causes Mercurial to exit if there is a version mismatch, even
if no evolve command is invoked. This is a headache for people who
have to work with multiple versions of Mercurial. Instead, raise an
ImportError, which gives a warning but otherwise allows Mercurial to
run non-evolve commands.
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Tue, 23 Dec 2014 14:29:16 -0600 |
parents | dbd0733e5840 |
children | bfe9be352453 |
comparison
equal
deleted
inserted
replaced
1190:1df0bf41016c | 1191:583f7f03434b |
---|---|
48 python run-tests.py --with-hg=/path/to/hg | 48 python run-tests.py --with-hg=/path/to/hg |
49 | 49 |
50 | 50 |
51 Changelog | 51 Changelog |
52 ========= | 52 ========= |
53 | |
54 5.0.3 -- | |
55 | |
56 - evolve: don't abort Mercurial on version mismatch | |
53 | 57 |
54 5.0.2 -- 2014-12-14 | 58 5.0.2 -- 2014-12-14 |
55 | 59 |
56 - evolve: remove dependency to the rebase extension | 60 - evolve: remove dependency to the rebase extension |
57 | 61 |