~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2009-09-09 02:18:01 UTC
  • mfrom: (9327.2.8 resubmit-link)
  • Revision ID: launchpad@pqm.canonical.com-20090909021801-b39wcqguz7acca8a
[r=bac][ui=rockstar,
        sinzui] Make resubmit an action that re-requests reviews

Show diffs side-by-side

added added

removed removed

Lines of Context:
399
399
        """Mark the branch merge proposal as superseded and return a new one.
400
400
 
401
401
        The new proposal is created as work-in-progress, and copies across
402
 
        user-entered data like the whiteboard.
 
402
        user-entered data like the whiteboard.  All the current proposal's
 
403
        reviewers, including those who have only been nominated, are requested
 
404
        to review the new proposal.
403
405
        """
404
406
 
405
407
    def isMergable():