~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(vila) Allows bzr shelve to be used in test scripts and under emacs shells
 (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
.. Fixes for situations where bzr would previously crash or give incorrect
46
46
   or undesirable results.
47
47
 
 
48
* ``bzr shelve`` can now be used in emacs shells as the input handling is
 
49
  turned into a line-basde one when ``INSIDE_EMACS`` is set (which is the
 
50
  case for all recent emacs versions). (Vincent Ladeuil, #856261)
 
51
 
48
52
* Redirects between http and https no longer discard path information
49
53
  in some cases. (Jelmer Vernooij, #853765)
50
54
 
87
91
Testing
88
92
*******
89
93
 
 
94
* Test scripts can now use ``bzr shelve`` and provide their input as
 
95
  complete lines. (Vincent Ladeuil, #856261)
 
96
 
90
97
.. Fixes and changes that are only relevant to bzr's test framework and 
91
98
   suite.  This can include new facilities for writing tests, fixes to 
92
99
   spurious test failures and changes to the way things should be tested.