~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-08-23 18:45:37 UTC
  • mfrom: (13760.1.1 fix-some-utilities)
  • Revision ID: launchpad@pqm.canonical.com-20110823184537-z1zzbuue7jna2uin
[r=wgrant][no-qa] Fix up some utility interface/implementation
        mismatches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright 2009 Canonical Ltd.  This software is licensed under the
 
1
# Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
2
2
# GNU Affero General Public License version 3 (see the file LICENSE).
3
3
 
4
4
# pylint: disable-msg=E0211,E0213
102
102
        :return a `SelectResult` ordered by id respecting the given limit.
103
103
        """
104
104
 
105
 
    def getDiffsToReleases(self, sprs, preload_for_display=False):
 
105
    def getDiffsToReleases(sprs, preload_for_display=False):
106
106
        """Return all diffs that targetting a set of source package releases.
107
107
 
108
108
        :param sprs: a sequence of `SourcePackageRelease` objects.