~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/plugins/launchpad/lp_propose.py

  • Committer: Jelmer Vernooij
  • Date: 2011-01-19 06:13:58 UTC
  • mfrom: (5619 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5620.
  • Revision ID: jelmer@samba.org-20110119061358-qm58pzvcp2l9cdx4
merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
        self.source_branch = lp_api.LaunchpadBranch.from_bzr(
82
82
            self.launchpad, source_branch)
83
83
        if target_branch is None:
84
 
            self.target_branch = self.source_branch.get_dev_focus()
 
84
            self.target_branch = self.source_branch.get_target()
85
85
        else:
86
86
            self.target_branch = lp_api.LaunchpadBranch.from_bzr(
87
87
                self.launchpad, target_branch)