/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

merged integration (Szilveszter)

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