~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2005-10-08 00:50:43 UTC
  • mfrom: (1185.1.53)
  • Revision ID: robertc@robertcollins.net-20051008005043-a6657ae397750425
merge in UnsupportedFormatError feature

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
    * InventoryEntry is now an abstract base class, use one of the
64
64
      concrete InventoryDirectory etc classes instead.
65
65
 
 
66
    * Branch raises an UnsupportedFormatError when it detects a 
 
67
      bzr branch it cannot understand. This allows for precise
 
68
      handling of such circumstances.
 
69
 
66
70
 
67
71
  TESTING:
68
72