##// END OF EJS Templates
exchange: fix an attempt to format a list into bytes...
Matt Harbison -
r44273:ea97cd64 default
parent child Browse files
Show More
@@ -2202,7 +2202,7 b' def applynarrowacl(repo, kwargs):'
2202 2202 if invalid_includes:
2203 2203 raise error.Abort(
2204 2204 _(b"The following includes are not accessible for %s: %s")
2205 % (username, invalid_includes)
2205 % (username, stringutil.pprint(invalid_includes))
2206 2206 )
2207 2207
2208 2208 new_args = {}
General Comments 0
You need to be logged in to leave comments. Login now