/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2010-04-16 07:56:51 UTC
  • mfrom: (5160 +trunk)
  • mto: (5050.3.4 2.2)
  • mto: This revision was merged to the branch mainline in revision 5173.
  • Revision ID: mbp@sourcefrog.net-20100416075651-bf23hr9hlof64gpj
merge trunk to 2.2 preparing for 2.2b2

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
  True explicitly to get the previous behaviour.  
29
29
  (Vincent Ladeuil, #519319)
30
30
 
 
31
* ``bzr export`` to tar file does not fail if any parent directory
 
32
  contains unicode characters. This works around upstream Python bug
 
33
  http://bugs.python.org/issue8396 .
 
34
  (Parth Malwankar, #413406)
 
35
 
 
36
* ``bzr update`` when a pending merge in the working tree has been merged
 
37
  into the master branch will no longer claim that old commits have become
 
38
  pending merges. (Robert Collins, #562079)
 
39
 
31
40
* ``bzrlib.mutabletree.MutableTree.commit`` will now support a passed in
32
41
  config as in previous versions of bzrlib. (Robert Collins)
33
42
 
 
43
* Fix glitch in the warning about unclean trees display.
 
44
  (Vincent Ladeuil, #562665)
 
45
 
34
46
* Help messages generated by ``RegistryOption.from_kwargs`` list the
35
47
  switches in alphabetical order, rather than in an undefined order.
36
48
  (Martin von Gagern, #559409)
40
52
  which is not installed any more" error.
41
53
  (Martin Pool, James Westby, #528114)
42
54
 
 
55
* Reset ``siginterrupt`` flag to False every time we handle a signal
 
56
  installed with ``set_signal_handler(..., restart_syscall=True)`` (from
 
57
  ``bzrlib.osutils``.  Reduces the likelihood of "Interrupted System Call"
 
58
  errors after two window resizes.
 
59
  (Andrew Bennetts)
 
60
 
43
61
* When invoked with a range revision, ``bzr log`` doesn't show revisions
44
62
  that are not part of the ancestry anymore.
45
63
  (Vincent Ladeuil, #474807)
51
69
  generated by a template and not edited by the user.
52
70
  (Robert Collins, #530265)
53
71
 
 
72
* ``bzr diff`` read-locks the trees and branches only once, saving about
 
73
  10-20ms on ``bzr diff`` in a bzr.dev tree.
 
74
  (Andrew Bennetts)
 
75
 
54
76
* ``bzr missing`` read-locks the branches only once.
55
77
  (Andrew Bennetts)
56
78
  
77
99
API Changes
78
100
***********
79
101
 
 
102
* ``bzrlib.diff.get_trees_and_branches_to_diff`` is deprecated.  Use
 
103
  ``get_trees_and_branches_to_diff_locked`` instead.
 
104
  (Andrew Bennetts)
 
105
  
80
106
Internals
81
107
*********
82
108