diff tests/test-lfs.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 0a66eef0ed97
children 68b7faeb6ef3
line wrap: on
line diff
--- a/tests/test-lfs.t	Fri Nov 26 16:55:34 2021 +0100
+++ b/tests/test-lfs.t	Mon Nov 29 13:09:04 2021 +0100
@@ -40,7 +40,7 @@
   > EOF
 
   $ hg config extensions
-  \*\*\* failed to import extension lfs from missing.py: [Errno *] $ENOENT$: 'missing.py' (glob)
+  \*\*\* failed to import extension "lfs" from missing.py: [Errno *] $ENOENT$: 'missing.py' (glob)
   abort: repository requires features unknown to this Mercurial: lfs
   (see https://mercurial-scm.org/wiki/MissingRequirement for more information)
   [255]