~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-08-23 17:41:34 UTC
  • mfrom: (3644.1.1 bzr.dev)
  • Revision ID: pqm@pqm.ubuntu.com-20080823174134-lx67nymraun1onby
(Jelmer) Remove deprecated Branch.abspath and unimplemented
        Branch.rename_one and Branch.move.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
      the target tree. Previously it returned True unconditionally.
59
59
      (Robert Collins)
60
60
 
 
61
    * The deprecated ``Branch.abspath`` and unimplemented 
 
62
      ``Branch.rename_one`` and ``Branch.move`` were removed. (Jelmer Vernooij)
 
63
 
61
64
  TESTING:
62
65
 
63
66
    * ``addCleanup`` now takes ``*arguments`` and ``**keyword_arguments``