/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

  • Committer: Robert Collins
  • Date: 2007-04-26 01:48:29 UTC
  • Revision ID: robertc@robertcollins.net-20070426014829-znbzqzsk1gq68xqh
Fix the 'Unprintable error' message display to use the repr of the
exception that prevented printing the error because the str value for it
is often not useful in debugging (e.g.  KeyError('foo') has a str() of
'foo' but a repr of 'KeyError('foo')' which is much more useful.
(Robert Collins)
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 2018.5.139 18 years ago Andrew Bennetts Merge from bzr.dev, resolving conflicts. 8.4 KB Diff Download File
branch.py 2018.5.174 18 years ago Andrew Bennetts Various nits discovered by pyflakes. 5.6 KB Diff Download File
bzrdir.py 2018.5.166 18 years ago Andrew Bennetts Small changes in response to Aaron's review. 3.9 KB Diff Download File
client.py 2018.5.172 18 years ago Andrew Bennetts Merge from bzr.dev. 2.7 KB Diff Download File
medium.py 2018.5.162 18 years ago Andrew Bennetts Add some missing _ensure_real calls, and a missing 18 KB Diff Download File
protocol.py 2018.5.157 18 years ago Andrew Bennetts Remove unnecessary trivial divergences from bzr.de 12.4 KB Diff Download File
repository.py 2018.5.158 18 years ago Andrew Bennetts Return 'yes'/'no' rather than 'ok'/'no' from the R 6.4 KB Diff Download File
request.py 2018.5.163 18 years ago Andrew Bennetts Deal with various review comments from Robert. 11.7 KB Diff Download File
server.py 2018.5.174 18 years ago Andrew Bennetts Various nits discovered by pyflakes. 8.2 KB Diff Download File
vfs.py 2018.5.140 18 years ago Andrew Bennetts Merge from bzr.dev 5.8 KB Diff Download File