~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Martin
  • Date: 2010-05-20 18:23:10 UTC
  • mto: This revision was merged to the branch mainline in revision 5244.
  • Revision ID: gzlist@googlemail.com-20100520182310-1amew76s8x26ww6z
Use the production server in the launchpad plugin rather than edge

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
        if staging:
71
71
            lp_instance = 'staging'
72
72
        else:
73
 
            lp_instance = 'edge'
 
73
            lp_instance = 'production'
74
74
        service = lp_registration.LaunchpadService(lp_instance=lp_instance)
75
75
        self.launchpad = lp_api.login(service)
76
76
        self.source_branch = lp_api.LaunchpadBranch.from_bzr(