~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

[r=gmb][bug=827935] Add a new simplified menu branch without the
        counts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
     'boolean',
65
65
     'Shows incremental diffs on merge proposals.',
66
66
     ''),
 
67
    ('code.simplified_branches_menu.enabled',
 
68
     'boolean',
 
69
     ('Display a simplified version of the branch menu (omit the counts).'),
 
70
     ''),
67
71
    ('hard_timeout',
68
72
     'float',
69
73
     'Sets the hard request timeout in milliseconds.',