mercurial/exchange.py
changeset 43839 ea97cd64c500
parent 43813 0f6782df1100
child 43919 4b7d5d10c45d
--- a/mercurial/exchange.py	Mon Dec 09 09:50:39 2019 -0800
+++ b/mercurial/exchange.py	Sat Dec 07 22:09:43 2019 -0500
@@ -2202,7 +2202,7 @@
     if invalid_includes:
         raise error.Abort(
             _(b"The following includes are not accessible for %s: %s")
-            % (username, invalid_includes)
+            % (username, stringutil.pprint(invalid_includes))
         )
 
     new_args = {}