[PATCH 1 of 4] py3: ajust abort message in test-hook.t

Denis Laxalde denis at laxalde.org
Fri Oct 18 14:52:22 UTC 2019


# HG changeset patch
# User Denis Laxalde <denis.laxalde at logilab.fr>
# Date 1571393576 -7200
#      Fri Oct 18 12:12:56 2019 +0200
# Node ID fe273205873f3cc3609fa8ce5f1a0f83221129cb
# Parent  726bd0b612a2f2822879921d0302963c27fc2823
py3: ajust abort message in test-hook.t

diff --git a/tests/test-hook.t b/tests/test-hook.t
index 8715593..64da3f0 100644
--- a/tests/test-hook.t
+++ b/tests/test-hook.t
@@ -1113,7 +1113,8 @@ test python hook configured with python:
 
   $ hg id
   loading pre-identify.npmd hook failed:
-  abort: No module named repo!
+  abort: No module named repo! (no-py3 !)
+  abort: No module named 'repo'! (py3 !)
   [255]
 
   $ cd ../../b


More information about the Mercurial-devel mailing list