~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-01-08 07:18:07 UTC
  • mfrom: (4943.1.2 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20100108071807-vmk4kojiz0oqsyl5
(robertc) The Branch hooks pre_change_branch_tip no longer masks
        exceptions raised by plugins - the original exceptions are now
        pre^Crved. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
  CamelCase. For the features that were more likely to be used, we added a
110
110
  deprecation thunk, but not all. (John Arbash Meinel)
111
111
 
 
112
* The Branch hooks pre_change_branch_tip no longer masks exceptions raised
 
113
  by plugins - the original exceptions are now preserved. (Robert Collins)
 
114
 
112
115
* The Transport ``Server.tearDown`` method is now renamed to
113
116
  ``stop_server`` and ``setUp`` to ``start_server`` for consistency with
114
117
  our normal naming pattern, and to avoid confusion with Python's