~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

[r=sinzui][bug=617695] For Bryce: Implements UI for displaying
 components registered at a remote bug tracker.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
# NOTE: "default behaviour" does not specify a default value.  It
39
39
# merely documents the code's behaviour if no value is specified.
40
40
flag_info = sorted([
 
41
    ('bugs.bugtracker_components.enabled',
 
42
     'boolean',
 
43
     ('Enables the display of bugtracker components.'),
 
44
     ''),
41
45
    ('code.branchmergequeue',
42
46
     'boolean',
43
47
     'Enables merge queue pages and lists them on branch pages.',