~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2010-01-08 05:28:17 UTC
  • mto: This revision was merged to the branch mainline in revision 4944.
  • Revision ID: robertc@robertcollins.net-20100108052817-qt0ubq2sat7f08pt
Do not fiddle with exceptions in the pre_change_branch_tip hook running code.

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