~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Change the _obsolete_packs code to handle files that are already gone.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
* Concurrent autopacking is more resilient to already-renamed pack files.
42
42
  If we find that a file we are about to obsolete is already obsoleted, we
43
43
  do not try to rename it, and we leave the file in ``obsolete_packs``.
 
44
  The code is also fault tolerant if a file goes missing, assuming that
 
45
  another process already removed the file.
44
46
  (John Arbash Meinel, Gareth White, #507557)
45
47
 
46
48
* Concurrent autopacks will no longer lose a newly created pack file.