/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 doc/en/release-notes/bzr-2.5.txt

  • Committer: Jelmer Vernooij
  • Date: 2011-12-21 17:54:39 UTC
  • mfrom: (6397 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6398.
  • Revision ID: jelmer@samba.org-20111221175439-u38mnb6vm18lfu44
Merge bzr.dev.

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
 
44
52
* ``bzr push`` now suggests using :parent if there is a parent location
45
53
  set. (Jelmer Vernooij)
46
54
 
145
153
* New matcher ``ContainsNoVfsCalls`` which filters a list of HPSS
146
154
  calls for VFS requests. (Jelmer Vernooij)
147
155
 
 
156
* New ``MemoryStack`` class allows for diskless tests and locally injected
 
157
  configuration stacks.  Lower level tests for predefined set of options can
 
158
  be written without setting up configuration files. (Vincent Ladeuil)
 
159
 
148
160
 
149
161
bzr 2.5b4
150
162
#########