Submitter | Pierre-Yves David |
---|---|
Date | July 2, 2017, 2:56 a.m. |
Message ID | <426a0128cabab5baf443.1498964187@nodosa.octopoid.net> |
Download | mbox | patch |
Permalink | /patch/21882/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/tests/test-devel-warnings.t b/tests/test-devel-warnings.t --- a/tests/test-devel-warnings.t +++ b/tests/test-devel-warnings.t @@ -187,7 +187,7 @@ Test programming error failure: 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')