~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-04-26 02:19:42 UTC
  • mfrom: (2456.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070426021942-eutaiob3qgh6kln8
(robertc) Use repr rather than str when reporting an unprintable exception to aid debugging. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
159
159
      sense to generate them from a ``Branch`` object.
160
160
      (John Arbash Meinel)
161
161
 
 
162
    * Fix the 'Unprintable error' message display to use the repr of the 
 
163
      exception that prevented printing the error because the str value
 
164
      for it is often not useful in debugging (e.g. KeyError('foo') has a
 
165
      str() of 'foo' but a repr of 'KeyError('foo')' which is much more
 
166
      useful. (Robert Collins)
 
167
 
162
168
  BUGFIXES:
163
169
 
164
170
    * Don't fail bundle selftest if email has 'two' embedded.