~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(lifeless) Use the production Launchpad instance for XML-RPC requests (and
 also changes existing bug references to remove .edge from them. (Martin [gz])

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(