~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-09-21 03:13:26 UTC
  • mfrom: (2841.1.1 ianc-integration2)
  • Revision ID: pqm@pqm.ubuntu.com-20070921031326-72zmv08871klgb61
Make WorkingTree.rename_one honour our normalisation requirements (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
   * Fix selftest semi-random noise during http related tests.
75
75
     (Vincent Ladeuil, #140614)
76
76
 
 
77
   * ``WorkingTree.rename_one`` will now raise an error if normalisation of the
 
78
     new path causes bzr to be unable to access the file. (Robert Collins)
 
79
 
77
80
  API BREAKS:
78
81
 
79
82
   * The ``VersionedFile`` interface now allows content checks to be bypassed