Code review comment for lp:~jelmer/bzr/config-file-permdenied

Revision history for this message
Martin Packman (gz) wrote :

+ trace.warning("Permission denied while trying to open "
+ "configuration file %s.", urlutils.unescape_for_display(
+ urlutils.join(self._transport.base, self._filename), "utf-8"))

Again, this results in mangled path on non-utf-8 terminals.

« Back to merge proposal