~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 03:35:09 UTC
  • mfrom: (4934.3.4 cleanup)
  • Revision ID: pqm@pqm.ubuntu.com-20100108033509-5dp440ermqsavlhr
(mbp) rename Server.setUp and tearDown to start_server and stop_server

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 Transport ``Server.tearDown`` method is now renamed to
 
113
  ``stop_server`` and ``setUp`` to ``start_server`` for consistency with
 
114
  our normal naming pattern, and to avoid confusion with Python's
 
115
  ``TestCase.tearDown``.  (Martin Pool)
 
116
 
112
117
* ``WorkingTree.update`` implementations must now accept a ``revision``
113
118
  parameter.
114
119