~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Andrew Bennetts
  • Date: 2010-05-13 16:17:54 UTC
  • mto: This revision was merged to the branch mainline in revision 5232.
  • Revision ID: andrew.bennetts@canonical.com-20100513161754-q2ak6vzjnur7f3i3
Add Branch.set_config_option_dict RPC (and VFS fallback), fixes #430382.

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
* Reduce peak memory by one copy of compressed text.
101
101
  (John Arbash Meinel, #566940)
102
102
 
 
103
* ``set_user_option`` with a dict on remote branches no longer fails with
 
104
  an AttributeError.  There is a new ``Branch.set_config_option_dict`` RPC
 
105
  to support this efficiently.
 
106
  (Andrew Bennetts, #430382)
 
107
  
103
108
* Show the filenames when a file rename fails so that the error will be
104
109
  more comprehensible.
105
110
  (Martin Pool, #491763)