/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to olive/push.py

  • Committer: Szilveszter Farkas (Phanatic)
  • Date: 2006-10-19 14:40:47 UTC
  • Revision ID: Szilveszter.Farkas@gmail.com-20061019144047-5ba457e1ea704037
Fixed bug: #66656 (Push doesn't work).

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
    from bzrlib.bzrdir import BzrDir
185
185
    from bzrlib.transport import get_transport
186
186
        
187
 
    br_from = Branch.open_containing(branch)[0]
 
187
    br_from = branch
188
188
    
189
189
    stored_loc = br_from.get_push_location()
190
190
    if location is None:
191
191
        if stored_loc is None:
192
192
            error_dialog(_('Push location is unknown'),
193
 
                                     _('Please specify a location manually.'))
 
193
                         _('Please specify a location manually.'))
194
194
            return
195
195
        else:
196
196
            location = stored_loc