~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/interfaces/branch.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2009-07-28 17:58:00 UTC
  • mfrom: (7675.166.287 launchpad)
  • Revision ID: launchpad@pqm.canonical.com-20090728175800-edd5kkpzfhi0qt7u
Merging db-stable

Show diffs side-by-side

added added

removed removed

Lines of Context:
780
780
        series as a branch.
781
781
        """
782
782
 
 
783
    def getProductSeriesPushingTranslations():
 
784
        """Return sequence of product series pushing translations here.
 
785
 
 
786
        These are any `ProductSeries` that have this branch as their
 
787
        translations_branch.  It should normally be at most one, but
 
788
        there's nothing stopping people from combining translations
 
789
        branches.
 
790
        """
 
791
 
783
792
    def associatedSuiteSourcePackages():
784
793
        """Return the suite source packages that this branch is linked to."""
785
794