Rev 6406: Add doc and news entry in file:///home/vila/src/bzr/bugs/832046-globs-store-ordered/

Vincent Ladeuil v.ladeuil+lp at free.fr
Thu Dec 22 16:39:36 UTC 2011


At file:///home/vila/src/bzr/bugs/832046-globs-store-ordered/

------------------------------------------------------------
revno: 6406
revision-id: v.ladeuil+lp at free.fr-20111222163936-n6eqfzrz8zj0qpxs
parent: v.ladeuil+lp at free.fr-20111222162955-92fl4zgjn17rfk9v
fixes bug: https://launchpad.net/bugs/832046
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: 832046-globs-store-ordered
timestamp: Thu 2011-12-22 17:39:36 +0100
message:
  Add doc and news entry
-------------- next part --------------
=== modified file 'doc/developers/configuration.txt'
--- a/doc/developers/configuration.txt	2011-12-21 20:32:50 +0000
+++ b/doc/developers/configuration.txt	2011-12-22 16:39:36 +0000
@@ -297,12 +297,15 @@
 
 ``bzrlib`` provides:
 
-* ``LocationMatcher(store, location)``: To select all sections that match
-  ``location``.
-
 * ``NameMatcher(store, unique_id)``: To select a single section matching
   ``unique_id``.
 
+* ``LocationMatcher(store, location)``: To select all sections that match
+  ``location`` sorted by decreasing number of path components.
+
+* ``GlobOrderedMatcher(store, location)``: To select all sections that match
+  ``location`` in the order they appear in the ``store``.
+
 Stacks
 ------
 

=== modified file 'doc/en/release-notes/bzr-2.5.txt'
--- a/doc/en/release-notes/bzr-2.5.txt	2011-12-21 21:31:03 +0000
+++ b/doc/en/release-notes/bzr-2.5.txt	2011-12-22 16:39:36 +0000
@@ -128,6 +128,10 @@
   of the ``socket``, ``ssl`` and ``urllib`` modules for
   local bzr operations. (Jelmer Vernooij)
 
+* Configuration stacks can now use ``GlobOrderedMatcher`` to select the
+  sections matching a location while respecting the order chosen by the user
+  in the configuration file. (Vincent Ladeuil, #832046).
+
 * Configuration options can be SI units by using ``int_SI_from_unicode`` as
   their ``convert_from_unicode`` helper. (Vincent Ladeuil)
 



More information about the bazaar-commits mailing list