~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Tree Transform-based merger

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
      locally. As such they are not suitable for use except in high bandwidth
41
41
      low latency environments like LAN's or local disk. (Robert Collins)
42
42
 
 
43
    * 'revert' unversions newly-versioned files, instead of deleting them.
 
44
 
 
45
    * 'merge' is more robust.  Conflict messages have changed.
 
46
 
 
47
    * 'merge' and 'revert' no longer clobber existing files that end in '~' or
 
48
      '.moved'.
 
49
 
43
50
    * Default log format can be set in configuration and plugins can register
44
51
      their own formatters. (Erik Bågfors)
45
52
 
52
59
      management routines are now in bzrlib.lockablefiles. 
53
60
      (Aaron Bentley, Robert Collins, Martin Pool)
54
61
 
 
62
    * Using Tree Transform for merge, revert, tree-building
 
63
 
55
64
    * WorkingTree.create, Branch.create, WorkingTree.create_standalone,
56
65
      Branch.initialize are now deprecated. Please see BzrDir.create_* for
57
66
      replacement API's. (Robert Collins)