Path for branches is not remembered for all bzr commands.
Bug #995732 reported by
Dimitrios Apostolou
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned |
Bug Description
I'm usually working in a --lightweight checkout of a --no-trees repo. To switch branch I simply have to do "bzr switch branch1". But this doesn't work for any other command, for example:
bzr diff -rbranch:trunk
this command fails, while the following works:
bzr diff -rbranch:
tags: | added: check-for-breezy |
To post a comment you must log in.
'bzr switch' is smarter than the other commands, this is confusing.