~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-08-14 07:41:17 UTC
  • mfrom: (3619.4.4 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080814074117-x0zvzzv7y6mok8pz
(robertc) Improve the testing of InterTree.iter_changes and fix bugs
        found as a result (Robert Collins, Aaron Bentley)

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
  BUG FIXES:
15
15
 
 
16
    * ``WorkingTree4`` trees will now correctly report missing-and-new
 
17
      paths in the output of ``iter_changes``. (Robert Collins)
 
18
 
16
19
  API CHANGES:
17
20
 
18
21
    * Exporters now take 4 parameters. (Robert Collins)
19
22
 
 
23
    * ``Tree.iter_changes`` will now return False for the content change
 
24
      field when a file is missing in the basis tree and not present in
 
25
      the target tree. Previously it returned True unconditionally.
 
26
      (Robert Collins)
 
27
 
20
28
  TESTING:
21
29
 
22
30
    * ``addCleanup`` now takes ``*arguments`` and ``**keyword_arguments``
26
34
 
27
35
  INTERNALS:
28
36
 
 
37
    * ``bzrlib.diff.DiffTree.show_diff`` now skips changes where the kind
 
38
      is unknown in both source and target.
 
39
      (Robert Collins, Aaron Bentley)
 
40
 
29
41
 
30
42
bzr 1.6rc2 2008-08-13
31
43
---------------------