~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.4.txt

  • Committer: John Arbash Meinel
  • Date: 2011-05-26 08:05:45 UTC
  • mfrom: (5916 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5917.
  • Revision ID: john@arbash-meinel.com-20110526080545-5tprxfczyj4bfk0o
Merge bzr.dev 5916 and make sure the right patch is applied.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
  more efficiently.  For a simple branch it reduces the number of
44
44
  round-trips by about 20%.  (Andrew Bennetts)
45
45
 
 
46
* ``bzr log --line`` scales the width of the author field with the size of
 
47
  the line.  This means that the full author name is shown when the
 
48
  environment variable BZR_COLUMNS=0.  (Neil Martinsen-Burrell)
 
49
 
46
50
* ``bzr pull`` now properly triggers the fast
47
51
  ``CHKInventory.iter_changes`` rather than the slow generic
48
52
  inter-Inventory changes. It used to use a ``DirStateRevisionTree`` as
61
65
  option "``bzr.workingtree.worth_saving_limit``".
62
66
  (Ian Clatworthy, John Arbash Meinel, #380202)
63
67
 
 
68
* Speed up ``bzr uncommit``. Instead of resetting the dirstate from
 
69
  scratch, use ``update_basis_by_delta``, computing the delta from the
 
70
  repository. (John Arbash Meinel, #780544)
 
71
 
64
72
Bug Fixes
65
73
*********
66
74
 
79
87
  submit_location public_location`` never sets ``submit_branch``
80
88
  nor ``public_branch``.  (Vincent Ladeuil)
81
89
 
 
90
* Conflicts involving non-ascii filenames are now properly reported rather
 
91
  than failing with a UnicodeEncodeError. (Martin [GZ], #686161)
 
92
 
82
93
* Correct parent is now set when using 'switch -b' with bound branches.
83
94
  (A. S. Budden, #513709)
84
95
 
89
100
  reporting subdirectories that were tree references (in formats that
90
101
  supported them). (John Arbash Meinel, #764677)
91
102
 
 
103
* Merging into empty branches now gives an error as this is currently
 
104
  not supported. (Jonathan Riddell, #242175)
 
105
 
92
106
* Do not show exception to user on pointless commit error (Jonathan
93
107
  Riddell #317357)
94
108
 
117
131
* ``annotate_file`` has been deprecated in favor of
118
132
  ``annotate_file_revision_tree``. (Jelmer Vernooij, #775598)
119
133
 
 
134
* ``Branch.fetch`` now takes an optional ``limit`` argument.
 
135
  (Andrew Bennetts, Jelmer Vernooij, #750175)
 
136
 
120
137
* ``Inter.get`` now raises ``NoCompatibleInter`` if there are no
121
138
  compatible optimisers rather than an instance of the class it is called
122
139
  on. (Jelmer Vernooij)
160
177
  restoring the wt_scenarios helper that was accidentally deleted.
161
178
  (Vincent Ladeuil, #783472)
162
179
 
 
180
* Removed ``test_breakin`` tests that were excessively prone to hanging,
 
181
  did not work on Wine, and partly already disabled.
 
182
  (Martin Pool, #408814, #746985)
 
183
 
 
184
* Windows locations are different and should be tested accordingly.
 
185
  (Vincent Ladeuil, #788131)
 
186
 
163
187
bzr 2.4b2
164
188
#########
165
189