~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/blueprints/interfaces/specification.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-10-08 00:16:38 UTC
  • mfrom: (14120.1.1 precise-sync-testing)
  • Revision ID: launchpad@pqm.canonical.com-20111008001638-h8ohdum3mfx3sa42
[r=bac][bug=870173][no-qa] Sync from Debian testing by default for
 the Ubuntu 12.04 LTS cycle.

Show diffs side-by-side

added added

removed removed

Lines of Context:
593
593
    @export_write_operation()
594
594
    @operation_for_version('devel')
595
595
    def linkBug(bug):
596
 
        """Link a bug to this specification.
 
596
        """Link a bug to this branch.
597
597
 
598
598
        :param bug: IBug to link.
599
599
        """
603
603
    @export_write_operation()
604
604
    @operation_for_version('devel')
605
605
    def unlinkBug(bug):
606
 
        """Unlink a bug to this specification.
 
606
        """Unlink a bug to this branch.
607
607
 
608
608
        :param bug: IBug to unlink.
609
609
        """