~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

* ``WorkingTree.rename_one`` will now raise an error if normalisation of the
  new path causes bzr to be unable to access the file. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
     longer throws away the profiling data if this command is run with
40
40
     ``--lsprof-file callgrind.out.ci`` say. (Ian Clatworthy)
41
41
 
 
42
   * ``WorkingTree.rename_one`` will now raise an error if normalisation of the
 
43
     new path causes bzr to be unable to access the file. (Robert Collins)
 
44
 
42
45
  API BREAKS:
43
46
 
44
47
   * The ``VersionedFile`` interface now allows content checks to be bypassed