~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

Merged db-devel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
445
445
    >>> thunderbird_grumpy.bugtargetname
446
446
    u'thunderbird (Ubuntu Grumpy)'
447
447
 
448
 
    >>> ubuntu_pmount = ubuntu.getSourcePackage('pmount')
449
 
    >>> thunderbird_grumpy.sourcepackagename = ubuntu_pmount.sourcepackagename
 
448
    >>> thunderbird_grumpy.transitionToTarget(
 
449
    ...     ubuntu.getSeries('grumpy').getSourcePackage('pmount'))
450
450
 
451
451
    >>> tasks = sorted(
452
452
    ...     bug_one.bugtasks, key=by_bugtargetdisplayname)
473
473
    u'pmount (Ubuntu)'
474
474
 
475
475
    >>> ubuntu_thunderbird = ubuntu.getSourcePackage('thunderbird')
476
 
    >>> pmount_ubuntu.sourcepackagename = ubuntu_thunderbird.sourcepackagename
 
476
    >>> pmount_ubuntu.transitionToTarget(ubuntu_thunderbird)
477
477
 
478
478
    >>> tasks = sorted(
479
479
    ...     bug_one.bugtasks, key=by_bugtargetdisplayname)