##// END OF EJS Templates
test-extension: use a realistic Mercurial version...
Gregory Szorc -
r23870:9070e200 default
parent child Browse files
Show More
@@ -918,7 +918,7 b' If the extensions declare outdated versi'
918 918 ** Extensions loaded: throw, older
919 919
920 920 One extension only tested with older, one only with newer versions:
921 $ echo "util.version = lambda:'2.1.0'" >> older.py
921 $ echo "util.version = lambda:'2.1'" >> older.py
922 922 $ rm -f older.pyc older.pyo
923 923 $ hg --config extensions.throw=throw.py --config extensions.older=older.py \
924 924 > throw 2>&1 | egrep '^\*\*'
@@ -927,7 +927,7 b' One extension only tested with older, on'
927 927 ** Please disable older and try your action again.
928 928 ** If that fixes the bug please report it to the extension author.
929 929 ** Python * (glob)
930 ** Mercurial Distributed SCM (version 2.1.0)
930 ** Mercurial Distributed SCM (version 2.1)
931 931 ** Extensions loaded: throw, older
932 932
933 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