~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
  with some combinations of remote and local formats.  This was causing
27
27
  "unknown object type identifier 60" errors.  (Andrew Bennetts, #427736)
28
28
 
 
29
* Fixed ``ObjectNotLocked`` errors when doing some log and diff operations
 
30
  on branches via a smart server.  (Andrew Bennetts, #389413)
 
31
 
29
32
* Occasional IndexError on renamed files have been fixed. Operations that
30
33
  set a full inventory in the working tree will now go via the
31
34
  apply_inventory_delta code path which is simpler and easier to