Should have "orphaned" state for checkouts with missing upstream
Bug #641329 reported by
Russ Brown
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bzr-gardener |
Confirmed
|
High
|
Unassigned |
Bug Description
Currently when this is encountered an exception is output (Not a branch). Would be better to catch this and show the branch as something like "orphaned" instead.
Changed in bzr-gardener: | |
importance: | Undecided → High |
status: | New → Confirmed |
To post a comment you must log in.
Hmm, so I dug this one a bit.
I would like to support it but bzr throw the exception when trying to open the working tree itself.
Which means that indeed the lightweight checkout can't be used or do you encounter this with regular checkouts too ?
Anyway, as far as the plugin is concerned I could try to catch the exception and issue a different message but I'm reluctant to try to handle a broken setup upon which nothing can really be done until it's repaired...
I