Merge lp:~lifeless/bzr/lp-propose-host into lp:bzr

Proposed by Robert Collins on 2010-05-21
Status: Merged
Approved by: Robert Collins on 2010-05-21
Approved revision: 5247
Merged at revision: 5247
Proposed branch: lp:~lifeless/bzr/lp-propose-host
Merge into: lp:bzr
Diff against target: 29 lines (+7/-1)
2 files modified
NEWS (+6/-0)
bzrlib/plugins/launchpad/lp_propose.py (+1/-1)
To merge this branch: bzr merge lp:~lifeless/bzr/lp-propose-host
Reviewer Review Type Date Requested Status
Martin Packman (community) Approve on 2010-05-21
bzr-core 2010-05-21 Pending
Review via email: mp+25749@code.launchpad.net

Commit Message

Switch lp-propose back to using edge. See bug 583667 for details.

Description of the Change

Unbreak trunk for lp-propose.

To post a comment you must log in.
Martin Packman (gz) :
review: Approve
Robert Collins (lifeless) wrote :

sent to pqm by email

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'NEWS'
2--- NEWS 2010-05-21 03:28:43 +0000
3+++ NEWS 2010-05-21 07:22:24 +0000
4@@ -81,6 +81,12 @@
5 difference).
6 (Vincent Ladeuil, #320119)
7
8+* ``bzr lp-propose`` which was switched to use production Launchpad API
9+ servers a few commits ago has been reverted to use edge: there is a
10+ problem with using production which isn't trivially obvious, so we've
11+ filed a bug to track it, and until thats fixed will be using edge.
12+ (Robert Collins, #583667)
13+
14 * ``bzr rm`` should not refuse to delete directories which contained a file
15 which has been moved elsewhere in the tree after the previous commit.
16 (Marius Kruger, Daniel Watkins, #129880)
17
18=== modified file 'bzrlib/plugins/launchpad/lp_propose.py'
19--- bzrlib/plugins/launchpad/lp_propose.py 2010-05-20 18:23:10 +0000
20+++ bzrlib/plugins/launchpad/lp_propose.py 2010-05-21 07:22:24 +0000
21@@ -70,7 +70,7 @@
22 if staging:
23 lp_instance = 'staging'
24 else:
25- lp_instance = 'production'
26+ lp_instance = 'edge'
27 service = lp_registration.LaunchpadService(lp_instance=lp_instance)
28 self.launchpad = lp_api.login(service)
29 self.source_branch = lp_api.LaunchpadBranch.from_bzr(