/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: Canonical.com Patch Queue Manager
  • Date: 2009-04-15 08:20:33 UTC
  • mfrom: (4288.1.12 push.roundtrips)
  • Revision ID: pqm@pqm.ubuntu.com-20090415082033-tds4zs962x6kwc2c
(robertc) Add a Branch.set_parent_location verb and reduce lock
        churning to reduce network round trips. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
  class and will call ``_set_parent_location`` after doing unicode 
55
55
  encoding. (Robert Collins)
56
56
 
 
57
* ``bzrlib.remote.RemoteBranch._set_parent_location`` will use a new verb
 
58
  ``Branch.set_parent_location`` removing further VFS operations.
 
59
  (Robert Collins)
 
60
 
57
61
* ``bzrlib.bzrdir.BzrDir._get_config`` now returns a ``TransportConfig``
58
62
  or similar when the dir supports configuration settings. The base class
59
63
  defaults to None. There is a matching new server verb