pqm-submit doesn't know how to push.
Bug #425390 reported by
Robert Collins
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar PQM Plugin |
Confirmed
|
Medium
|
Unassigned |
Bug Description
This means that when I pqm-submit I do:
bzr push --overwrite && bzr pqm-submit <...>
Further to that, because pushing has a delay with lp for the public
branch to be updated, this will sometimes fail with 'branch <X> does not
have revision <Y>'
So, this would be a lot better as:
bzr pqm-submit --overwrite --push <...>
Where it would push; and if the public url != the push url spin for
(say) 61 seconds waiting for the revision to propogate, then submit.
affects bzr-pqm
status confirmed
importance medium
To post a comment you must log in.
I often use a bound branch as the base for my submissions, so I'd prefer a way to tell pqm-submit: Hey ! I know the stuff is there, keep trying a bit please, won't be long: --try 5min ?