Show More
@@ -918,7 +918,7 b' If the extensions declare outdated versi' | |||||
918 | ** Extensions loaded: throw, older |
|
918 | ** Extensions loaded: throw, older | |
919 |
|
919 | |||
920 | One extension only tested with older, one only with newer versions: |
|
920 | One extension only tested with older, one only with newer versions: | |
921 |
$ echo "util.version = lambda:'2.1 |
|
921 | $ echo "util.version = lambda:'2.1'" >> older.py | |
922 | $ rm -f older.pyc older.pyo |
|
922 | $ rm -f older.pyc older.pyo | |
923 | $ hg --config extensions.throw=throw.py --config extensions.older=older.py \ |
|
923 | $ hg --config extensions.throw=throw.py --config extensions.older=older.py \ | |
924 | > throw 2>&1 | egrep '^\*\*' |
|
924 | > throw 2>&1 | egrep '^\*\*' | |
@@ -927,7 +927,7 b' One extension only tested with older, on' | |||||
927 | ** Please disable older and try your action again. |
|
927 | ** Please disable older and try your action again. | |
928 | ** If that fixes the bug please report it to the extension author. |
|
928 | ** If that fixes the bug please report it to the extension author. | |
929 | ** Python * (glob) |
|
929 | ** Python * (glob) | |
930 |
** Mercurial Distributed SCM (version 2.1 |
|
930 | ** Mercurial Distributed SCM (version 2.1) | |
931 | ** Extensions loaded: throw, older |
|
931 | ** Extensions loaded: throw, older | |
932 |
|
932 | |||
933 | Older extension is tested with current version, the other only with newer: |
|
933 | Older extension is tested with current version, the other only with newer: |
General Comments 0
You need to be logged in to leave comments.
Login now