Rev 5637: (vila) Fix lp-propose for regular branches. (Vincent Ladeuil) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Fri Jan 28 11:53:29 UTC 2011


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 5637 [merge]
revision-id: pqm at pqm.ubuntu.com-20110128115325-zlxakm0bfr7guplp
parent: pqm at pqm.ubuntu.com-20110127174524-89zg98o11grbj26x
parent: v.ladeuil+lp at free.fr-20110128111115-c1pw51lamqx98c1f
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Fri 2011-01-28 11:53:25 +0000
message:
  (vila) Fix lp-propose for regular branches. (Vincent Ladeuil)
modified:
  bzrlib/plugins/launchpad/lp_api.py lp_api.py-20090704082908-79il6zl4gugwl3wz-1
=== modified file 'bzrlib/plugins/launchpad/lp_api.py'
--- a/bzrlib/plugins/launchpad/lp_api.py	2011-01-24 09:10:54 +0000
+++ b/bzrlib/plugins/launchpad/lp_api.py	2011-01-28 11:53:25 +0000
@@ -239,7 +239,7 @@
         """Return the 'LaunchpadBranch' for the target of this one."""
         lp_branch = self.lp
         if lp_branch.project is not None:
-            dev_focus = lp_branch.project.development_focus.branch
+            dev_focus = lp_branch.project.development_focus
             if dev_focus is None:
                 raise errors.BzrError('%s has no development focus.' %
                                   lp_branch.bzr_identity)




More information about the bazaar-commits mailing list