~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.4.txt

  • Committer: Martin Pool
  • Date: 2011-04-15 06:48:43 UTC
  • mto: This revision was merged to the branch mainline in revision 5789.
  • Revision ID: mbp@sourcefrog.net-20110415064843-6noebxzau7dtqvvu
Deprecate, and test, failIfExists and failUnlessExists

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
  on ``RepositoryFormat`` rather than a method on ``Repository``.
106
106
  (Jelmer Vernooij)
107
107
 
 
108
* ``TestCase.failUnlessExists`` and ``failIfExists`` are deprecated in
 
109
  favour of ``assertPathExists`` and ``assertPathDoesNotExist`` 
 
110
  respectively.
 
111
  (Martin Pool)
 
112
 
108
113
* The ``revno`` parameter of ``log.LogRevision`` may now be None,
109
114
  representing a revision which is not in the current branch.
110
115
  (Matt Giuca, #241998)