~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2009-09-23 06:29:46 UTC
  • mto: This revision was merged to the branch mainline in revision 4745.
  • Revision ID: mbp@sourcefrog.net-20090923062946-084iws6sphrck1gm
Add show_warning and show_message tests and implementations

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
* ``bzrlib.tests`` now uses ``stopTestRun`` for its ``TestResult``
131
131
  subclasses - the same as python's unittest module. (Robert Collins)
132
132
 
 
133
* ``UIFactory`` now has new ``show_error``, ``show_message`` and
 
134
  ``show_warning`` methods, which can be hooked by non-text UIs.  
 
135
  (Martin Pool)
 
136
 
133
137
Internals
134
138
*********
135
139