~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/doc/bugsummary.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-08-03 17:47:41 UTC
  • mfrom: (13599.1.1 bug772880)
  • Revision ID: launchpad@pqm.canonical.com-20110803174741-196ic08nw0f72b5t
[r=danilo][bug=772880] Add in a custom Pygments to fix loggerhead bug
        772880

Show diffs side-by-side

added added

removed removed

Lines of Context:
366
366
column.
367
367
 
368
368
    >>> distribution_c = factory.makeDistribution(name='di-c')
369
 
    >>> series_c = factory.makeDistroSeries(
 
369
    >>> series_c = factory.makeDistroRelease(
370
370
    ...     distribution=distribution_c, name='ds-c')
371
371
    >>> bug = factory.makeBugTask(target=series_c)
372
372
    >>> print_find(
413
413
    - bug_z is public.
414
414
 
415
415
    >>> distro_p = factory.makeDistribution(name='di-p')
416
 
    >>> series_p = factory.makeDistroSeries(
 
416
    >>> series_p = factory.makeDistroRelease(
417
417
    ...     distribution=distro_p, name='ds-p')
418
418
    >>> bug_a = factory.makeBug(
419
419
    ...     owner=owner, distribution=distro_p, private=True)