~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Patch Queue Manager
  • Date: 2011-12-21 21:56:31 UTC
  • mfrom: (6393.2.4 907268-bazaar-DEFAULT)
  • Revision ID: pqm@pqm.ubuntu.com-20111221215631-coxvalt3phw8jaza
(vila) bzr config displays [DEFAULT] for bazaar.conf (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
* Allow configuration option default value to be a python callable at
65
65
  registration. (Vincent Ladeuil, #832064)
66
66
 
 
67
* ``bzr config`` will now display the section ``[DEFAULT]`` used in
 
68
  ``bazaar.conf``. (Vincent Ladeuil, #907268)
 
69
 
67
70
* Configuration stores can now provides a specific quoting mechanism. This
68
71
  is required to workaround ``configobj`` conflating quoting and list values
69
72
  automatic conversion. (Vincent Ladeuil, #906897)