~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2005-10-04 03:35:31 UTC
  • mfrom: (1393.1.30)
  • Revision ID: robertc@robertcollins.net-20051004033531-f057603b470ca4a2
merge from mpool

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    * Executable bits are tracked on files. Patch from Gustavo
27
27
      Niemeyer.
28
28
 
 
29
    * 'bzr status' now shows unknown files inside a selected directory.
 
30
      Patch from Heikki Paajanen.
 
31
 
29
32
 
30
33
  INTERNALS:
31
34
 
32
35
    * Test case failures have the exception printed after the log 
33
36
      for your viewing pleasure.
34
37
 
 
38
    * InventoryEntry is now an abstract base class, use one of the
 
39
      concrete InventoryDirectory etc classes instead.
 
40
 
35
41
 
36
42
  TESTING:
37
43