Comments
Patch
@@ -917,18 +917,18 @@ If the extensions declare outdated versi
** Mercurial Distributed SCM (version 2.2)
** Extensions loaded: throw, older
One extension only tested with older, one only with newer versions:
- $ echo "util.version = lambda:'2.1.0'" >> older.py
+ $ echo "util.version = lambda:'2.1'" >> older.py
$ rm -f older.pyc older.pyo
$ hg --config extensions.throw=throw.py --config extensions.older=older.py \
> throw 2>&1 | egrep '^\*\*'
** Unknown exception encountered with possibly-broken third-party extension older
** which supports versions 1.9.3 of Mercurial.
** Please disable older and try your action again.
** If that fixes the bug please report it to the extension author.
** Python * (glob)
- ** Mercurial Distributed SCM (version 2.1.0)
+ ** Mercurial Distributed SCM (version 2.1)
** Extensions loaded: throw, older
Older extension is tested with current version, the other only with newer:
$ echo "util.version = lambda:'1.9.3'" >> older.py