~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-03-16 07:33:05 UTC
  • mfrom: (5724.2.3 add-changelog-merge)
  • Revision ID: pqm@pqm.ubuntu.com-20110316073305-1r89t4gis3nawye3
(spiv) Add 'changelog_merge' plugin. (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
.. New commands, options, etc that users may wish to try out.
22
22
 
23
 
* The ``lp:`` directory service now supports Launchpad's QA staging.
24
 
  (Jelmer Vernooij, #667483)
25
 
 
26
 
* External merge tools can now be configured in bazaar.conf. See
27
 
  ``bzr help configuration`` for more information.  (Gordon Tyler, #489915)
28
 
 
 
23
* Added ``changelog_merge`` plugin for merging changes to ``Changelog`` files
 
24
  in GNU format.  See ``bzr help changelog_merge`` for details.
 
25
  (Andrew Bennetts)
 
26
  
29
27
* Configuration options can now use references to other options in the same
30
28
  file by enclosing them with curly brackets (``{other_opt}``). This makes it
31
29
  possible to use, for example,
34
32
  this feature. It can be activated by declaring ``bzr.config.expand = True``
35
33
  in ``bazaar.conf``. (Vincent Ladeuil)
36
34
 
 
35
* External merge tools can now be configured in bazaar.conf. See
 
36
  ``bzr help configuration`` for more information.  (Gordon Tyler, #489915)
 
37
 
 
38
* The ``lp:`` directory service now supports Launchpad's QA staging.
 
39
  (Jelmer Vernooij, #667483)
 
40
 
37
41
Improvements
38
42
************
39
43