comparison tests/test-devel-warnings.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 196ba4d4eb86
children a2104b9b1787
comparison
equal deleted inserted replaced
45950:c7c1efdfd4de 45951:c26cb33e5219
308 #endif 308 #endif
309 309
310 Test programming error failure: 310 Test programming error failure:
311 311
312 $ hg buggytransaction 2>&1 | egrep -v '^ ' 312 $ hg buggytransaction 2>&1 | egrep -v '^ '
313 ** Unknown exception encountered with possibly-broken third-party extension buggylocking 313 ** Unknown exception encountered with possibly-broken third-party extension buggylocking (version N/A)
314 ** which supports versions unknown of Mercurial. 314 ** which supports versions unknown of Mercurial.
315 ** Please disable buggylocking and try your action again. 315 ** Please disable buggylocking and try your action again.
316 ** If that fixes the bug please report it to the extension author. 316 ** If that fixes the bug please report it to the extension author.
317 ** Python * (glob) 317 ** Python * (glob)
318 ** Mercurial Distributed SCM (*) (glob) 318 ** Mercurial Distributed SCM (*) (glob)
320 ** ProgrammingError: transaction requires locking 320 ** ProgrammingError: transaction requires locking
321 Traceback (most recent call last): 321 Traceback (most recent call last):
322 *ProgrammingError: transaction requires locking (glob) 322 *ProgrammingError: transaction requires locking (glob)
323 323
324 $ hg programmingerror 2>&1 | egrep -v '^ ' 324 $ hg programmingerror 2>&1 | egrep -v '^ '
325 ** Unknown exception encountered with possibly-broken third-party extension buggylocking 325 ** Unknown exception encountered with possibly-broken third-party extension buggylocking (version N/A)
326 ** which supports versions unknown of Mercurial. 326 ** which supports versions unknown of Mercurial.
327 ** Please disable buggylocking and try your action again. 327 ** Please disable buggylocking and try your action again.
328 ** If that fixes the bug please report it to the extension author. 328 ** If that fixes the bug please report it to the extension author.
329 ** Python * (glob) 329 ** Python * (glob)
330 ** Mercurial Distributed SCM (*) (glob) 330 ** Mercurial Distributed SCM (*) (glob)