~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
      management routines are now in bzrlib.lockablefiles. 
68
68
      (Aaron Bentley, Robert Collins, Martin Pool)
69
69
 
 
70
    * Transports can now raise DependencyNotPresent if they need a library
 
71
      which is not installed, and then another implementation will be 
 
72
      tried.  (Martin Pool)
 
73
 
 
74
    * Remove obsolete (and no-op) `decode` parameter to `Transport.get`.  
 
75
      (Martin Pool)
 
76
 
70
77
    * Using Tree Transform for merge, revert, tree-building
71
78
 
72
79
    * WorkingTree.create, Branch.create, WorkingTree.create_standalone,