~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

 * The internal storage of history, and logical branch identity have now
   been split into Branch, and Repository. The common locking and file 
   management routines are now in bzrlib.lockablefiles. 
   (Aaron Bentley, Robert Collins, Martin Pool)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
bzr development version
2
2
 
 
3
  INTERNALS:
 
4
  
 
5
    * The internal storage of history, and logical branch identity have now
 
6
      been split into Branch, and Repository. The common locking and file 
 
7
      management routines are now in bzrlib.lockablefiles. 
 
8
      (Aaron Bentley, Robert Collins, Martin Pool)
 
9
 
3
10
  TESTING:
4
11
 
5
12
    * SFTP tests now shortcut the SSH negotiation, reducing test overhead
281
288
    * Simplify handling of DivergedBranches in cmd_pull().
282
289
      (Michael Ellerman)
283
290
                   
 
291
   
 
292
    * Branch.controlfile* logic has moved to lockablefiles.LockableFiles, which
 
293
      is exposed as Branch().control_files. Also this has been altered with the
 
294
      controlfile pre/suffix replaced by simple method names like 'get' and
 
295
      'put'. (Aaron Bentley, Robert Collins).
 
296
 
284
297
    * Deprecated functions and methods can now be marked as such using the 
285
298
      bzrlib.symbol_versioning module. Marked method have their docstring
286
299
      updated and will issue a DeprecationWarning using the warnings module