comparison tests/test-devel-warnings.t @ 45952:a2104b9b1787

dispatch: quote the extension when printing the bug report I think this reads better in the wall of text. Differential Revision: https://phab.mercurial-scm.org/D9438
author Matt Harbison <matt_harbison@yahoo.com>
date Fri, 27 Nov 2020 15:39:27 -0500
parents c26cb33e5219
children 49b6910217f9
comparison
equal deleted inserted replaced
45951:c26cb33e5219 45952:a2104b9b1787
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 (version N/A) 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)
319 ** Extensions loaded: * (glob) 319 ** Extensions loaded: * (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 (version N/A) 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)
331 ** Extensions loaded: * (glob) 331 ** Extensions loaded: * (glob)
332 ** ProgrammingError: something went wrong 332 ** ProgrammingError: something went wrong