~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/doc/bug-heat.txt

  • Committer: Jeroen Vermeulen
  • Date: 2011-09-19 06:57:55 UTC
  • mto: This revision was merged to the branch mainline in revision 13994.
  • Revision ID: jeroen.vermeulen@canonical.com-20110919065755-lgot1hi4xfqrf492
Lint.  Lots of lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
293
293
Caculating the maximum heat for a target
294
294
----------------------------------------
295
295
 
296
 
When we update the heat value for a bug, the maximum heat value for the targets
297
 
for all of its tasks is calculated and cached.
 
296
When we update the heat value for a bug, the maximum heat value for the
 
297
targets for all of its tasks is calculated and cached.
298
298
 
299
299
    >>> product = factory.makeProduct()
300
300
    >>> bug = factory.makeBug(product=product)