/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Andrew Bennetts
  • Date: 2009-10-07 05:33:23 UTC
  • mto: (4634.52.14 2.0)
  • mto: This revision was merged to the branch mainline in revision 4738.
  • Revision ID: andrew.bennetts@canonical.com-20091007053323-1uyaywnh3k8f3zoe
Apply @needs_read_lock to RemoteBranch.get_rev_id.

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