Rev 5247: (lifeless) Switch lp-propose back to using edge. See bug 583667 for details. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Fri May 21 09:49:19 BST 2010
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 5247 [merge]
revision-id: pqm at pqm.ubuntu.com-20100521084917-u9sae95g7s0nu2bf
parent: pqm at pqm.ubuntu.com-20100521061450-57wjgoabefym6l9b
parent: robertc at robertcollins.net-20100521071713-2wx301fr3h205t4x
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Fri 2010-05-21 09:49:17 +0100
message:
(lifeless) Switch lp-propose back to using edge. See bug 583667 for details.
(Robert Collins)
modified:
NEWS NEWS-20050323055033-4e00b5db738777ff
bzrlib/plugins/launchpad/lp_propose.py lp_submit.py-20100120065117-penrmqruf596pui6-1
=== modified file 'NEWS'
--- a/NEWS 2010-05-21 03:28:43 +0000
+++ b/NEWS 2010-05-21 07:17:13 +0000
@@ -81,6 +81,12 @@
difference).
(Vincent Ladeuil, #320119)
+* ``bzr lp-propose`` which was switched to use production Launchpad API
+ servers a few commits ago has been reverted to use edge: there is a
+ problem with using production which isn't trivially obvious, so we've
+ filed a bug to track it, and until thats fixed will be using edge.
+ (Robert Collins, #583667)
+
* ``bzr rm`` should not refuse to delete directories which contained a file
which has been moved elsewhere in the tree after the previous commit.
(Marius Kruger, Daniel Watkins, #129880)
=== modified file 'bzrlib/plugins/launchpad/lp_propose.py'
--- a/bzrlib/plugins/launchpad/lp_propose.py 2010-05-20 18:23:10 +0000
+++ b/bzrlib/plugins/launchpad/lp_propose.py 2010-05-21 07:17:13 +0000
@@ -70,7 +70,7 @@
if staging:
lp_instance = 'staging'
else:
- lp_instance = 'production'
+ lp_instance = 'edge'
service = lp_registration.LaunchpadService(lp_instance=lp_instance)
self.launchpad = lp_api.login(service)
self.source_branch = lp_api.LaunchpadBranch.from_bzr(
More information about the bazaar-commits
mailing list