~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2010-01-06 04:48:59 UTC
  • mto: This revision was merged to the branch mainline in revision 4943.
  • Revision ID: mbp@sourcefrog.net-20100106044859-s8gwd12nev9p7nws
Rename Server.tearDown to .stop_server

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
  CamelCase. For the features that were more likely to be used, we added a
95
95
  deprecation thunk, but not all. (John Arbash Meinel)
96
96
 
 
97
* The Transport ``Server.tearDown`` method is now renamed to
 
98
  ``stop_server`` for consistency with general naming, and to avoid
 
99
  confusion with Python's ``TestCase.tearDown``.  (Martin Pool)
 
100
 
97
101
* ``WorkingTree.update`` implementations must now accept a ``revision``
98
102
  parameter.
99
103