~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-09-22 13:22:18 UTC
  • mfrom: (6155.2.2 migrate-config-options)
  • Revision ID: pqm@pqm.ubuntu.com-20110922132218-nitl31j5slbcmnm2
(vila) Migrate dpush_strict,
 push_strict and send_strict options to the stack based config design,
 introducing get_config_stack for branches (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
.. Major internal changes, unlikely to be visible to users or plugin 
56
56
   developers, but interesting for bzr developers.
57
57
 
 
58
* ``Branch`` objects can now use a config stack with the newly introduced
 
59
  ``get_config_stack()``. Both ``get_config`` and ``get_config_stack`` can
 
60
  be used for the same branch but it's recommended to stick to one for a
 
61
  given option.
 
62
 
58
63
Testing
59
64
*******
60
65