olive push raises error but works

Bug #248537 reported by Jasper Groenewegen
4
Affects Status Importance Assigned to Milestone
Bazaar GTK+ Frontends
Fix Released
Low
Curtis Hovey

Bug Description

olive push raises error on remote (workingtree-less) branches since bzrlib pull doesn't return an int anymore.

push.py do_push function:
If a working tree is present, 'count = tree_to.pull(br_from, overwrite)' and tree_to is a WorkingTree
If no working tree present, 'count = br_to.pull(br_from, overwrite)' and br_to is a (remote) branch. bzrlib.branch.Branch/bzrlib.remote.RemoteBranch don't return an int anymore.

Related branches

Revision history for this message
Jasper Groenewegen (colbrac) wrote :

Fix send to list

Changed in bzr-gtk:
importance: Undecided → Low
status: New → In Progress
Revision history for this message
Curtis Hovey (sinzui) wrote :

I have a branch in review that partially addresses this issue. The real fix will be in a subsequent branch that will use the PullResult.

Changed in bzr-gtk:
assignee: nobody → Curtis Hovey (sinzui)
Curtis Hovey (sinzui)
Changed in bzr-gtk:
milestone: none → 0.104.0
Curtis Hovey (sinzui)
Changed in bzr-gtk:
status: In Progress → Fix Committed
Jelmer Vernooij (jelmer)
Changed in bzr-gtk:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.