~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2011-09-28 15:06:42 UTC
  • mto: This revision was merged to the branch mainline in revision 6175.
  • Revision ID: v.ladeuil+lp@free.fr-20110928150642-e5m0w1oqc0effxr8
Allows bzr shelve to be used in test scripts and under emacs shells

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
.. Fixes for situations where bzr would previously crash or give incorrect
33
33
   or undesirable results.
34
34
 
 
35
* ``bzr shelve`` can now be used in emacs shells as the input handling is
 
36
  turned into a line-basde one when ``INSIDE_EMACS`` is set (which is the
 
37
  case for all recent emacs versions). (Vincent Ladeuil, #856261)
 
38
 
35
39
* Redirects between http and https no longer discard path information
36
40
  in some cases. (Jelmer Vernooij, #853765)
37
41
 
58
62
Testing
59
63
*******
60
64
 
 
65
* Test scripts can now use ``bzr shelve`` and provide their input as
 
66
  complete lines. (Vincent Ladeuil, #856261)
 
67
 
61
68
.. Fixes and changes that are only relevant to bzr's test framework and 
62
69
   suite.  This can include new facilities for writing tests, fixes to 
63
70
   spurious test failures and changes to the way things should be tested.