diff tests/test-revset2.t @ 48360:e4acdf5d94a2

extensions: highlight the name of the faulty extensions in the error message This make it easier to understand the message when the extensions name is common. Differential Revision: https://phab.mercurial-scm.org/D11821
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 29 Nov 2021 13:09:04 +0100
parents 5ced12cfa41b
children 8c4881c07f57
line wrap: on
line diff
--- a/tests/test-revset2.t	Fri Nov 26 16:55:34 2021 +0100
+++ b/tests/test-revset2.t	Mon Nov 29 13:09:04 2021 +0100
@@ -1601,7 +1601,7 @@
   > EOF
 
   $ hg debugrevspec "custom1()"
-  *** failed to import extension custompredicate from $TESTTMP/custompredicate.py: intentional failure of loading extension
+  *** failed to import extension "custompredicate" from $TESTTMP/custompredicate.py: intentional failure of loading extension
   hg: parse error: unknown identifier: custom1
   [10]