~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-03-12 10:40:01 UTC
  • mfrom: (4127.1.1 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090312104001-k2722d61gjdpb91v
check for duplicate file-ids in Inventory.apply_delta (Ian Clatworthy)

Show diffs side-by-side

added added

removed removed

Lines of Context:
223
223
      UI at all - indeed it only reflects the repository status not
224
224
      changes to the branch itself. (Robert Collins)
225
225
 
 
226
    * ``Inventory.apply_delta`` now raises an AssertionError if a file-id
 
227
      appears multiple times within the delta. (Ian Clatworthy)
 
228
 
226
229
    * MutableTree.commit now favours the "authors" argument, with the old
227
230
      "author" argument being deprecated.
228
231