~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/configuration.txt

(vila) Provide a config section matcher respecting the file order. (Vincent
 Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
301
301
 
302
302
``bzrlib`` provides:
303
303
 
304
 
* ``LocationMatcher(store, location)``: To select all sections that match
305
 
  ``location``.
306
 
 
307
304
* ``NameMatcher(store, unique_id)``: To select a single section matching
308
305
  ``unique_id``.
309
306
 
 
307
* ``LocationMatcher(store, location)``: To select all sections that match
 
308
  ``location`` sorted by decreasing number of path components.
 
309
 
 
310
* ``StartingPathMatcher(store, location)``: To select all sections that
 
311
  match ``location`` in the order they appear in the ``store``.
 
312
 
310
313
Stacks
311
314
------
312
315