[Pkg-bazaar-commits] ./bzr-gtk/unstable r99: Fixed bug: #66656 (Push doesn't work).

Szilveszter Farkas (Phanatic) Szilveszter.Farkas at gmail.com
Fri Apr 10 07:49:29 UTC 2009


------------------------------------------------------------
revno: 99
committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
branch nick: bzr-gtk
timestamp: Thu 2006-10-19 16:40:47 +0200
message:
  Fixed bug: #66656 (Push doesn't work).
modified:
  olive/push.py
-------------- next part --------------
=== modified file 'olive/push.py'
--- a/olive/push.py	2006-09-30 13:04:15 +0000
+++ b/olive/push.py	2006-10-19 14:40:47 +0000
@@ -184,13 +184,13 @@
     from bzrlib.bzrdir import BzrDir
     from bzrlib.transport import get_transport
         
-    br_from = Branch.open_containing(branch)[0]
+    br_from = branch
     
     stored_loc = br_from.get_push_location()
     if location is None:
         if stored_loc is None:
             error_dialog(_('Push location is unknown'),
-                                     _('Please specify a location manually.'))
+                         _('Please specify a location manually.'))
             return
         else:
             location = stored_loc



More information about the Pkg-bazaar-commits mailing list