Changeset: fea80b51f09a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/fea80b51f09a
Branch: default
Log Message:
Merge with Aug2024 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]