tests/test-devel-warnings.t
changeset 24748 d6caadff4779
parent 24745 bc34b286781f
child 24749 3ad1571d4852
--- a/tests/test-devel-warnings.t	Sun Apr 12 14:24:28 2015 -0400
+++ b/tests/test-devel-warnings.t	Sun Apr 12 14:26:11 2015 -0400
@@ -54,8 +54,7 @@
   transaction with no lock
   "wlock" acquired after "lock"
   $ hg buggylocking --traceback
-  transaction with no lock
-   at:
+  transaction with no lock at:
    */hg:* in * (glob)
    */mercurial/dispatch.py:* in run (glob)
    */mercurial/dispatch.py:* in dispatch (glob)
@@ -67,8 +66,7 @@
    */mercurial/dispatch.py:* in <lambda> (glob)
    */mercurial/util.py:* in check (glob)
    $TESTTMP/buggylocking.py:* in buggylocking (glob)
-  "wlock" acquired after "lock"
-   at:
+  "wlock" acquired after "lock" at:
    */hg:* in * (glob)
    */mercurial/dispatch.py:* in run (glob)
    */mercurial/dispatch.py:* in dispatch (glob)