~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/features/flags.py

  • Committer: Ian Booth
  • Date: 2011-04-19 15:10:57 UTC
  • mfrom: (12868 devel)
  • mto: This revision was merged to the branch mainline in revision 12983.
  • Revision ID: ian.booth@canonical.com-20110419151057-he56y6k29c4zeiyk
Merge from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
     'boolean',
38
38
     'Shows incremental diffs on merge proposals.',
39
39
     ''),
40
 
    ('code.recipes_enabled',
41
 
     'boolean',
42
 
     'Enables source package recipes in the API and UI.',
43
 
     ''),
44
 
    ('code.recipes.beta',
45
 
     'boolean',
46
 
     'True if recipes are still in beta',
47
 
     ''),
48
40
    ('hard_timeout',
49
41
     'float',
50
42
     'Sets the hard request timeout in milliseconds.',