~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-07-12 02:12:35 UTC
  • mfrom: (2590.2.10 changes-merge)
  • Revision ID: pqm@pqm.ubuntu.com-20070712021235-0a3tqhdt9nxk0x9y
Merge uses Tree._iter_changes (Aaron Bentley)

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
  INTERNALS:
19
19
 
20
 
    * None yet ...
 
20
    * merge now uses iter_changes to calculate changes, which makes room for
 
21
      future performance increases.  It is also more consistent with other
 
22
      operations that perform comparisons, and reduces reliance on
 
23
      Tree.inventory.  (Aaron Bentley)
21
24
 
22
25
  TESTING:
23
26