Submitter | phabricator |
---|---|
Date | Dec. 8, 2019, 3:12 a.m. |
Message ID | <differential-rev-PHID-DREV-hg5qw54ortj36sypw3jn-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/43648/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/exchange.py b/mercurial/exchange.py --- a/mercurial/exchange.py +++ b/mercurial/exchange.py @@ -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 = {}