~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2008-11-27 07:25:52 UTC
  • mfrom: (3789.2.15 pack_retry_153786)
  • mto: This revision was merged to the branch mainline in revision 3865.
  • Revision ID: mbp@sourcefrog.net-20081127072552-st8jnmahi0iy3lrt
merge fix to retry when packs have change

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
      cause "Revision X not present in Y" when later accessing them.
48
48
      (Martin Pool, #288751)
49
49
 
 
50
    * Pack repositories are now able to reload the pack listing and retry
 
51
      the current operation if another action causes the data to be
 
52
      repacked.  (John Arbash Meinel, #153786)
 
53
 
50
54
    * PermissionDenied errors from smart servers no longer cause
51
55
      "PermissionDenied: "None"" on the client.
52
56
      (Andrew Bennetts, #299254)