Changeset: 7d7211ea8ea7 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/7d7211ea8ea7
Branch: nested
Log Message:

Merge with default branch.


diffs (12 lines):

diff --git a/testing/listexports.py b/testing/listexports.py
--- a/testing/listexports.py
+++ b/testing/listexports.py
@@ -107,7 +107,7 @@ def getrepofiles():
     os.chdir(srcdir)
     if os.path.exists(os.path.join('.hg', 'store')):
         import subprocess
-        with subprocess.Popen(['hg', 'files', '-I', '**.[ch]'],
+        with subprocess.Popen(['hg', '--config', 'ui.verbose=False', 'files', 
'-I', '**.[ch]'],
                               stdout=subprocess.PIPE,
                               text=True) as p:
             out, err = p.communicate()
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to