~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-04-08 14:31:03 UTC
  • mfrom: (4271.1.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20090408143103-36oiu9zhl4r91hdq
(vila) Allows external annotation tie-breakers

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
New Features
21
21
************
22
22
 
 
23
* Plugins can now define their own annotation tie-breaker when two revisions
 
24
  introduce the exact same line. See ``bzrlib.annotate._break_annotation_tie``
 
25
  Be aware though that this is temporary, private (as indicated by the leading
 
26
  '_') and a first step to address the problem. (Vincent Ladeuil, #348459)
 
27
 
23
28
Improvements
24
29
************
25
30