~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Merged changes from transform

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
      locally. As such they are not suitable for use except in high bandwidth
26
26
      low latency environments like LAN's or local disk. (Robert Collins)
27
27
 
 
28
    * 'revert' unversions newly-versioned files, instead of deleting them.
 
29
 
 
30
    * 'merge' is more robust.  Conflict messages have changed.
 
31
 
 
32
    * 'merge' and 'revert' no longer clobber existing files that end in '~' or
 
33
      '.moved'.
 
34
 
28
35
  INTERNALS:
29
36
  
30
37
    * The internal storage of history, and logical branch identity have now
32
39
      management routines are now in bzrlib.lockablefiles. 
33
40
      (Aaron Bentley, Robert Collins, Martin Pool)
34
41
 
 
42
    * Using Tree Transform for merge, revert, tree-building
 
43
 
35
44
  TESTING:
36
45
 
37
46
    * SFTP tests now shortcut the SSH negotiation, reducing test overhead