~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-05-05 09:26:27 UTC
  • Revision ID: mbp@sourcefrog.net-20050505092627-cfd25ed501e08001
- Simpler compare_inventories() to possibly replace diff_trees
- New TreeDelta class
- Use this in show_log()

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
    * New usage ``bzr log FILENAME`` shows only revisions that
21
21
      affected that file.
22
22
 
 
23
    * Changed format for describing changes in ``bzr log -v``.
 
24
 
23
25
  TESTING:
24
26
 
25
27
    * Converted black-box test suites from Bourne shell into Python;
41
43
    * New internal function find_touching_revisions() and hidden
42
44
      command touching-revisions trace the changes to a given file.
43
45
 
 
46
    * Simpler and faster compare_inventories() function.
 
47
 
44
48
bzr-0.0.4  2005-04-22
45
49
 
46
50
  ENHANCEMENTS: