Mercurial > hg
changeset 33254:9359cd9345a9
test: glob a line number in test-devel-warnings.t
This make is simpler to edit the extensions file without side effect.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sun, 02 Jul 2017 01:38:08 +0200 |
parents | 8dff2a0d3d12 |
children | 4f3f08262eb4 |
files | tests/test-devel-warnings.t |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-devel-warnings.t Sun Jul 02 01:37:03 2017 +0200 +++ b/tests/test-devel-warnings.t Sun Jul 02 01:38:08 2017 +0200 @@ -187,7 +187,7 @@ Old style deprecation warning $ hg nouiwarning - $TESTTMP/buggylocking.py:61: DeprecationWarning: this is a test + $TESTTMP/buggylocking.py:*: DeprecationWarning: this is a test (glob) (compatibility will be dropped after Mercurial-13.37, update your code.) util.nouideprecwarn('this is a test', '13.37')