~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2011-09-07 15:21:39 UTC
  • mto: (6123.1.13 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6124.
  • Revision ID: v.ladeuil+lp@free.fr-20110907152139-wb368iwapfzqqtkm
Rename IdMatcher to NameMatcher.

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
* ``config.Option`` can now declare ``default_from_env``, a list of
76
76
  environment variables to get a default value from. (Vincent Ladeuil)
77
77
 
78
 
* ``config.IdMatcher`` can be used to implement config stores and stacks
 
78
* ``config.NameMatcher`` can be used to implement config stores and stacks
79
79
  that need to provide specific option values for arbitrary unique IDs (svn
80
80
  repository UUIDs, etc).  (Vincent Ladeuil, #843638)
81
81