~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-08-08 02:45:34 UTC
  • mfrom: (3588.3.2 simple_annotate)
  • Revision ID: pqm@pqm.ubuntu.com-20080808024534-ff7wyd3vnhtpbat2
(jam) In reference to bug #232188,
        always pick a revision which modified a line,
        rather than a merge revision.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
    * ``bzr upgrade`` on remote branches accessed via bzr:// and
20
20
      bzr+ssh:// now works.  (Andrew Bennetts)
21
21
 
 
22
    * The default ``annotate`` logic will now always assign the
 
23
      last-modified value of a line to one of the revisions that modified
 
24
      it, rather than a merge revision. This would happen when both sides
 
25
      claimed to have modified the line resulting in the same text. The
 
26
      choice is arbitrary but stable, so merges in different directions
 
27
      will get the same results.  (John Arbash Meinel, #232188)
 
28
 
22
29
  API CHANGES:
23
30
 
24
31
  INTERNALS: