~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

merge fix for bug #177643

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
  IMPROVEMENTS:
23
23
 
 
24
   * ``bzr diff`` now sorts files in alphabetical order.  (Aaron Bentley)
 
25
 
24
26
   * ``bzr diff`` now works on branches without working trees. Tree-less
25
27
     branches can also be compared to each other and to working trees using
26
28
     the new diff options ``--old`` and ``--new``. Diffing between branches,
34
36
   * Merge directives now fetch prerequisites from the target branch if
35
37
     needed.  (Aaron Bentley)
36
38
 
 
39
   * pycurl now handles digest authentication.
 
40
     (Vincent Ladeuil)
 
41
 
37
42
   * ``reconfigure`` can now convert from repositories.  (Aaron Bentley)
38
43
 
39
44
   * ``-l`` is now a short form for ``--limit`` in ``log``.  (Matt Nordhoff)
40
45
 
 
46
   * ``merge`` now warns when merge directives cause cherrypicks.
 
47
     (Aaron Bentley)
 
48
 
41
49
   * ``split`` now supported, to enable splitting large trees into smaller
42
50
     pieces.  (Aaron Bentley)
43
51
 
49
57
   * Fix traceback when sending large response bodies over the smart protocol
50
58
     on Windows. (Andrew Bennetts, #115781)
51
59
 
 
60
   * pycurl authentication handling was broken and incomplete. Fix handling of
 
61
     user:pass embedded in the urls.
 
62
     (Vincent Ladeuil, #177643)
 
63
 
52
64
   * Transform failures no longer cause ImmortalLimbo errors (Aaron Bentley,
53
65
     #137681)
54
66
 
81
93
      dictionary instead of ``get_parents`` returning a list.
82
94
      ``get_parents`` is now considered deprecated.  (John Arbash Meinel)
83
95
 
 
96
    * Patience Diff now supports arbitrary python objects, as long as they
 
97
      support ``hash()``. (John Arbash Meinel)
 
98
 
84
99
  API BREAKS:
85
100
 
86
101
  TESTING:
181
196
 
182
197
   * Added a --coverage option to selftest. (Andrew Bennetts)
183
198
 
 
199
   * Annotate merge (merge-type=weave) now supports cherrypicking.
 
200
     (Aaron Bentley)
 
201
 
184
202
   * ``bzr commit`` now doesn't print the revision number twice. (Matt
185
203
     Nordhoff, #172612)
186
204