~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/model/branchmergeproposaljob.py

  • Committer: j.c.sackett
  • Date: 2011-01-24 20:10:41 UTC
  • mto: This revision was merged to the branch mainline in revision 12262.
  • Revision ID: jonathan.sackett@canonical.com-20110124201041-4sg3ws7i21tkzw0c
Lint fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
286
286
                # or if it is hosted but pending a mirror.
287
287
                Branch.revision_count > 0,
288
288
                Or(Branch.next_mirror_time == None,
289
 
                   Branch.branch_type != BranchType.HOSTED)
290
 
                ))
 
289
                   Branch.branch_type != BranchType.HOSTED)))
291
290
        return (klass(job) for job in jobs)
292
291
 
293
292
    def getOopsVars(self):