"bzr missing" fails if there is only a push branch
Bug #403420 reported by
Russel Winder
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Low
|
Unassigned |
Bug Description
I have a master branch that only has a push branch. If I run "bzr missing" then instead of reporting the differences between the master and the push branch I get:
bzr: ERROR: No peer location known or specified.
It seems that missing only checks for the parent, which is definitely an error in this use case -- which is to check what is in the master that has nt yet been pushed tothe public branch.
I think just checking push as well as parent for the default case is all that is needed.
Changed in bzr: | |
status: | New → Confirmed |
importance: | Undecided → Low |
tags: | added: check-for-breezy |
To post a comment you must log in.