~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-12-21 21:31:03 UTC
  • mfrom: (6401 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6402.
  • Revision ID: v.ladeuil+lp@free.fr-20111221213103-u1mryflkcb6q0v1c
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
* New HPSS call for ``Repository.reconcile``. (Jelmer Vernooij, #894455)
38
38
 
 
39
* Merge now has two new hooks ``pre_merge`` and ``post_merge``
 
40
  that are called before and after a merge and can make
 
41
  additional modifications to the trees involved.
 
42
  (Jelmer Vernooij, #906877)
 
43
 
39
44
* Override the value returned by ``sys.getfilesystemencoding()`` for the bzr
40
45
  script to utf-8 when it would otherwise be ascii on a posix system. This
41
46
  will mean bzr works with non-ascii files when no locale or an incorrect
42
47
  locale is set. (Martin Packman, #794353)
43
48
 
 
49
* ``bzr branches`` now indicates the active colocated branch.
 
50
  (Jelmer Vernooij, #891667)
 
51
 
 
52
* ``bzr push`` now suggests using :parent if there is a parent location
 
53
  set. (Jelmer Vernooij)
 
54
 
44
55
* ``bzr send`` now only opens a single connection, rather than two,
45
56
  to the target branch.  (Jelmer Vernooij)
46
57
 
149
160
* New matcher ``ContainsNoVfsCalls`` which filters a list of HPSS
150
161
  calls for VFS requests. (Jelmer Vernooij)
151
162
 
 
163
* New ``MemoryStack`` class allows for diskless tests and locally injected
 
164
  configuration stacks.  Lower level tests for predefined set of options can
 
165
  be written without setting up configuration files. (Vincent Ladeuil)
 
166
 
152
167
 
153
168
bzr 2.5b4
154
169
#########