tests/test-extension.t
changeset 26263 bf2bfc6f45fb
parent 26228 0fd20a71abdb
child 26351 8c7d8d5e1e0f
--- a/tests/test-extension.t	Thu Sep 17 11:50:55 2015 -0700
+++ b/tests/test-extension.t	Fri Sep 11 12:45:19 2015 -0700
@@ -943,6 +943,15 @@
   ** Mercurial Distributed SCM (version 1.9.3)
   ** Extensions loaded: throw, older
 
+Ability to point to a different point
+  $ hg --config extensions.throw=throw.py --config extensions.older=older.py \
+  >   --config ui.supportcontact='Your Local Goat Lenders' throw 2>&1 | egrep '^\*\*'
+  ** unknown exception encountered, please report by visiting
+  ** Your Local Goat Lenders
+  ** Python * (glob)
+  ** Mercurial Distributed SCM (*) (glob)
+  ** Extensions loaded: throw, older
+
 Declare the version as supporting this hg version, show regular bts link:
   $ hgver=`$PYTHON -c 'from mercurial import util; print util.version().split("+")[0]'`
   $ echo 'testedwith = """'"$hgver"'"""' >> throw.py