~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-12 07:57:38 UTC
  • mfrom: (6059.1.5 invalid-config-value)
  • Revision ID: pqm@pqm.ubuntu.com-20110812075738-z6kjnvy20806946j
(vila) Allow option to require a warning or error when an invalid value is
 found in a config file. (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
  suitable value for the option. If the string cannot be coerced it should
28
28
  return None.
29
29
 
 
30
* invalid: the action to be taken when an invalid value is encountered in a
 
31
  store (during a Stack.get()).
 
32
 
30
33
Sections
31
34
--------
32
35