~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/interfaces/archive.py

[r=julian-edwards][bug=789091] Fix InitialiseDistroSeries so that it
        actually initializes a derived series from multiple parents.

Show diffs side-by-side

added added

removed removed

Lines of Context:
997
997
 
998
998
        :param name: source name filter (exact match or SQL LIKE controlled
999
999
                     by 'exact_match' argument).
 
1000
                     Name can be a single string or a list of strings.
1000
1001
        :param version: source version filter (always exact match).
1001
1002
        :param status: `PackagePublishingStatus` filter, can be a sequence.
1002
1003
        :param distroseries: `IDistroSeries` filter.