Show More
@@ -510,6 +510,8 b' If the extension specifies a buglink, sh' | |||||
510 | ** Mercurial Distributed SCM (*) (glob) |
|
510 | ** Mercurial Distributed SCM (*) (glob) | |
511 | ** Extensions loaded: throw |
|
511 | ** Extensions loaded: throw | |
512 | If the extensions declare outdated versions, accuse the older extension first: |
|
512 | If the extensions declare outdated versions, accuse the older extension first: | |
|
513 | $ echo "from mercurial import util" >> older.py | |||
|
514 | $ echo "util.version = lambda:'2.2'" >> older.py | |||
513 | $ echo "testedwith = '1.9.3'" >> older.py |
|
515 | $ echo "testedwith = '1.9.3'" >> older.py | |
514 | $ echo "testedwith = '2.1.1'" >> throw.py |
|
516 | $ echo "testedwith = '2.1.1'" >> throw.py | |
515 | $ rm -f throw.pyc throw.pyo |
|
517 | $ rm -f throw.pyc throw.pyo |
General Comments 0
You need to be logged in to leave comments.
Login now