bzr info fails in lightweight checkout when master branch not found
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned | ||
Breezy |
Triaged
|
Medium
|
Unassigned |
Bug Description
I copy my devel tree from one machine to another. On one machine my tree resides on drive D:, but on another it's on drive C:. But relative paths between branches stay the same.
I have lightweight checkout. After copying branches master branch of lightweight checkout resides by another full path, but on the same relative path. Any operations with checkout ends with NotBranchError. The worst part is command 'info' also fails with the same error.
C:\work\
bzr: ERROR: Not a branch: D:/Bazaar/
I think 'bzr info' should be more robust against disappearing of master branch and say something reasonable to user in this situation.
description: | updated |
Changed in bzr: | |
status: | New → Confirmed |
Changed in bzr: | |
importance: | Undecided → Medium |
tags: | added: easy |
tags: | added: check-for-breezy |
tags: | removed: check-for-breezy |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Medium |
I have the same problem.