~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/configuration.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-08-09 12:34:00 UTC
  • mfrom: (6056.2.5 option-registry)
  • Revision ID: pqm@pqm.ubuntu.com-20110809123400-x521f2j9jkxx8ze2
(vila) Introduce OptionRegistry (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
  summary and can be followed by a blank line and a more detailed
24
24
  explanation.
25
25
 
26
 
* from_unicode: a callable accepting a unicode string and returning a
27
 
  suitable value for the option. If the string cannot be coerced it should
28
 
  return None.
29
 
 
30
 
* invalid: the action to be taken when an invalid value is encountered in a
31
 
  store (during a Stack.get()).
32
 
 
33
26
Sections
34
27
--------
35
28