~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/doc/initial-bug-contacts.txt

[rs=buildbot-poller] automatic merge from stable. Revisions: 14116,
        14117, 14118, 14119, 14120 included.

Show diffs side-by-side

added added

removed removed

Lines of Context:
289
289
     u'Ubuntu Team']
290
290
 
291
291
 
292
 
We current use a feature flag to control who is subscribed when a bug is made
293
 
private.
 
292
We currently use a feature flag to control who is subscribed when a bug is
 
293
made private.
294
294
 
295
295
    >>> from lp.services.features.testing import FeatureFixture
296
 
    >>> feature_flag = {'disclosure.enhanced_private_bug_subscriptions.enabled': 'on'}
 
296
    >>> feature_flag = {
 
297
    ...     'disclosure.enhanced_private_bug_subscriptions.enabled': 'on'}
297
298
    >>> flags = FeatureFixture(feature_flag)
298
299
    >>> flags.setUp()
299
300