~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/doc/bugtask-search.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-31 00:16:50 UTC
  • mfrom: (14606.3.7 apocaremains)
  • Revision ID: launchpad@pqm.canonical.com-20111231001650-pjeyhfjhm6mg3yp8
[r=wgrant][no-qa] Merge canonical.database into lp.services.database.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1040
1040
    ...  if bugtask.bug.duplicateof is not None]
1041
1041
    []
1042
1042
 
1043
 
    >>> from canonical.database.sqlbase import flush_database_updates
 
1043
    >>> from lp.services.database.sqlbase import flush_database_updates
1044
1044
 
1045
1045
We mark bug #10 as a duplicate of bug #9.
1046
1046