~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Remove indirection through control_files to get transports

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
      are now deprecated in favor of using Transport operations.
15
15
      (Martin Pool)
16
16
 
 
17
    * Branch, Repository, Tree and BzrDir should expose a Transport as an
 
18
      attribute if they have one, rather than having it indirectly accessible
 
19
      as ``.control_files._transport``.  This doesn't add a requirement
 
20
      to support a Transport in cases where it was not needed before;
 
21
      it just simplifies the way it is reached.
 
22
      (Martin Pool)
 
23
 
17
24
 
18
25
IN DEVELOPMENT
19
26
--------------