paths are always from root of branch
Bug #30159 reported by
Erik Bågfors
This bug affects 11 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned | ||
Breezy |
Triaged
|
Medium
|
Unassigned |
Bug Description
bzr status and other commands always gives the path from the root of the branch, which is confusing because you get a file in the list, but you cannot run commands on that file.
Example:
User is in $bzrroot/foo
$ bzr status
modified:
foo/foo1
bar/bar1
$ bzr diff foo/foo1 <-- this will not work since user is already in directory "foo"
Proposed sollution: paths are always relative to cwd.
$ bzr status
modified:
foo1
../bar/bar1
Changed in bzr: | |
assignee: | nobody → mbp |
Changed in bzr: | |
assignee: | mbp → nobody |
tags: | added: status ui |
Changed in brz: | |
status: | New → Triaged |
Changed in brz: | |
importance: | Undecided → Medium |
tags: | added: sensible-defaults |
Changed in brz: | |
milestone: | none → 3.0.0 |
Changed in brz: | |
milestone: | 3.0.0 → 3.1.0 |
To post a comment you must log in.
I agree