Changeset: ae61e9b8e07f for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/ae61e9b8e07f
Modified Files:
testing/listexports.py
Branch: Aug2024
Log Message:
In case people have verbose=True in their [ui] section of .hgrc.
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]