~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-01-17 03:52:50 UTC
  • mfrom: (3008.1.32 transform_preview)
  • Revision ID: pqm@pqm.ubuntu.com-20080117035250-gbe1pe5e25m58t9q
Implement merge --preview, allowing previewing merges

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
  FEATURES:
24
24
 
 
25
    * ``merge --preview`` produces a diff of the changes merge would make,
 
26
      but does not actually perform the merge.  (Aaron Bentley)
 
27
 
25
28
    * New smart method, ``Repository.stream_revisions_chunked``, for fetching
26
29
      revision data that streams revision data via a chunked encoding.  This
27
30
      avoids buffering large amounts of revision data on the server and on the
43
46
    * Unknown hostnames when connecting to a ``bzr://`` URL no longer cause
44
47
      tracebacks.  (Andrew Bennetts, #182849)
45
48
 
 
49
  API BREAKS:
 
50
 
 
51
    * Classes implementing Merge types like Merge3Merger must now accept (and
 
52
      honour) a do_merge flag in their constructor.  (Aaron Bentley)
 
53
 
46
54
  INTERNALS:
47
55
 
48
56
    * Add -Dtimes debug flag, which records a timestamp against each mutter to