~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Vincent Ladeuil
  • Date: 2010-10-01 09:52:08 UTC
  • mto: (5447.4.14 config-modify)
  • mto: This revision was merged to the branch mainline in revision 5499.
  • Revision ID: v.ladeuil+lp@free.fr-20101001095208-vupdrq1jtle74gk7
Simplify code and design by only defining get_options() where relevant.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
API Changes
44
44
***********
45
45
 
46
 
* ``bzrlib.config.IniBasedConfig`` objects now implement
47
 
  ``get_options_matching_glob`` and ``get_options_matching_regexp`` that
48
 
  permit querying them for matching variables, their values and which
49
 
  configuration file define them. (Vincent Ladeuil)
 
46
* ``bzrlib.config.IniBasedConfig`` objects now implement ``get_options`` that
 
47
  permit querying them for the options defined and their values.
 
48
 (Vincent Ladeuil)
50
49
 
51
50
Internals
52
51
*********