Mercurial > hg
changeset 24555:1b97cc5d2272
tests: fix py2.4 glob for devel warnings
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Tue, 31 Mar 2015 18:09:21 -0500 |
parents | 6e73c66a6919 |
children | 4728d6f7c69f |
files | tests/test-devel-warnings.t |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-devel-warnings.t Tue Mar 31 17:49:46 2015 -0500 +++ b/tests/test-devel-warnings.t Tue Mar 31 18:09:21 2015 -0500 @@ -40,7 +40,7 @@ $ hg buggylocking --traceback transaction with no lock at: - */hg:* in <module> (glob) + */hg:* in * (glob) */mercurial/dispatch.py:* in run (glob) */mercurial/dispatch.py:* in dispatch (glob) */mercurial/dispatch.py:* in _runcatch (glob) @@ -53,7 +53,7 @@ $TESTTMP/buggylocking.py:* in buggylocking (glob) "lock" taken before "wlock" at: - */hg:* in <module> (glob) + */hg:* in * (glob) */mercurial/dispatch.py:* in run (glob) */mercurial/dispatch.py:* in dispatch (glob) */mercurial/dispatch.py:* in _runcatch (glob)