~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Olaf Conradi
  • Date: 2006-05-15 22:54:09 UTC
  • mto: (1668.1.14 bzr-0.8.mbp)
  • mto: This revision was merged to the branch mainline in revision 1710.
  • Revision ID: olaf@conradi.org-20060515225409-071211ddf818569a
Fix bug in knits when raising InvalidRevisionId without the required
number of arguments. Fixes #44284.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
    * Nicer messages from 'commit' in the case of renames, and correct
9
9
      messages when a merge has occured. (Robert Collins, Martin Pool)
10
10
 
 
11
    * Fix bug in knits when raising InvalidRevisionId. (#44284, Olaf Conradi)
 
12
 
11
13
  INTERNALS:
12
14
 
13
15
    * New public api in InventoryEntry - 'describe_change(old, new)' which