diff tests/test-extension.t @ 29838:8540133f91a1

version: always build list of extension versions This patch just moves "if ui.verbose:" to the inner loop, as preparation for formatter support.
author Yuya Nishihara <yuya@tcha.org>
date Tue, 16 Aug 2016 16:03:09 +0900
parents 14f077f7519a
children 110ed1868f86
line wrap: on
line diff
--- a/tests/test-extension.t	Sun Mar 13 19:59:39 2016 +0900
+++ b/tests/test-extension.t	Tue Aug 16 16:03:09 2016 +0900
@@ -1236,6 +1236,9 @@
   
     throw  external  1.twentythree
 
+  $ hg version -q --config extensions.throw=throw.py
+  Mercurial Distributed SCM (version *) (glob)
+
 Refuse to load extensions with minimum version requirements
 
   $ cat > minversion1.py << EOF