Comment 3 for bug 338653

Revision history for this message
Martin Pool (mbp) wrote : Re: OSError is printed without a useful filename

I can't reproduce this with general handling of OSError and IOError, in fact in some cases we seem to get too many filenames:

% ./bzr st /tmp/a/a/
bzr: ERROR: Permission denied: "/tmp/a/a/.bzr/branch-format": [Errno 13] Permission denied: u'/tmp/a/a/.bzr/branch-format'

It might be specific to OSError and IOError raised from inside the dirstate helpers.