comparison tests/test-blackbox.t @ 45951:c26cb33e5219

dispatch: print the version of the extension being blamed in a bug report I don't know of a lot of extensions using this, but it seems like useful info in a bug report. Differential Revision: https://phab.mercurial-scm.org/D9437
author Matt Harbison <matt_harbison@yahoo.com>
date Fri, 27 Nov 2020 14:31:59 -0500
parents e6cda6efb12a
children a2104b9b1787
comparison
equal deleted inserted replaced
45950:c7c1efdfd4de 45951:c26cb33e5219
480 $ hg raise 2>/dev/null 480 $ hg raise 2>/dev/null
481 [1] 481 [1]
482 #endif 482 #endif
483 483
484 $ head -1 .hg/blackbox.log 484 $ head -1 .hg/blackbox.log
485 1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000 (5000)> ** Unknown exception encountered with possibly-broken third-party extension mock 485 1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000 (5000)> ** Unknown exception encountered with possibly-broken third-party extension mock (version N/A)
486 $ tail -2 .hg/blackbox.log 486 $ tail -2 .hg/blackbox.log
487 RuntimeError: raise 487 RuntimeError: raise
488 488