~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-07-18 17:20:33 UTC
  • mfrom: (6031.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20110718172033-l9zmherfao7q80yp
(jam) Merge lp:bzr/2.4 into lp:bzr after fixing up release-notes

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
  that subfolder.
47
47
  (Bastian Bowe, #809901)
48
48
 
 
49
* Fix i18n use when no environment variables are set. (Jelmer Vernooij, #810701)
 
50
 
49
51
* TreeTransformBase.fixup_new_roots no longer forces trees to have a root, so
50
52
  operations that use it, like merge, can now create trees without a root.
51
53
  (Aaron Bentley)