tests/test-extension.t
changeset 22947 c63a09b6b337
parent 22118 9a299c39de01
child 23150 aff73c777b0b
equal deleted inserted replaced
22946:77c121da6143 22947:c63a09b6b337
   727   ** Python * (glob)
   727   ** Python * (glob)
   728   ** Mercurial Distributed SCM (version 1.9.3)
   728   ** Mercurial Distributed SCM (version 1.9.3)
   729   ** Extensions loaded: throw, older
   729   ** Extensions loaded: throw, older
   730 
   730 
   731 Declare the version as supporting this hg version, show regular bts link:
   731 Declare the version as supporting this hg version, show regular bts link:
   732   $ hgver=`python -c 'from mercurial import util; print util.version().split("+")[0]'`
   732   $ hgver=`$PYTHON -c 'from mercurial import util; print util.version().split("+")[0]'`
   733   $ echo 'testedwith = """'"$hgver"'"""' >> throw.py
   733   $ echo 'testedwith = """'"$hgver"'"""' >> throw.py
   734   $ rm -f throw.pyc throw.pyo
   734   $ rm -f throw.pyc throw.pyo
   735   $ hg --config extensions.throw=throw.py throw 2>&1 | egrep '^\*\*'
   735   $ hg --config extensions.throw=throw.py throw 2>&1 | egrep '^\*\*'
   736   ** unknown exception encountered, please report by visiting
   736   ** unknown exception encountered, please report by visiting
   737   ** http://mercurial.selenic.com/wiki/BugTracker
   737   ** http://mercurial.selenic.com/wiki/BugTracker