`bzr status subdir` does not show conflicts for files in subdir
Bug #359020 reported by
Alexander Belchenko
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
High
|
Unassigned | ||
Breezy |
Triaged
|
Medium
|
Unassigned |
Bug Description
After merge I have a bunch of conflicts in several directories of my tree. I tend to solve conflicts for each directory as one logical step.
Unfortunately I can't find the way to see conflicts related only to files in some subdirectory.
`bzr status` without arguments show all conflicts. But when I do: `cd SUBDIR && bzr status .` I've got only status for files in the directory without conflicts info. However I can get conflicts info when I run `bzr status FILE`.
`bzr conflicts SUBDIR` also does not work:
$ bzr conflicts SUBDIR
bzr: ERROR: extra argument to command conflicts: SUBDIR
Is there any (simple) way to filter list of conflicts for files in one subdirectory?
Changed in bzr: | |
importance: | Undecided → Low |
status: | New → Triaged |
Changed in bzr: | |
status: | Triaged → Confirmed |
tags: | added: status |
tags: | added: conflicts |
tags: | added: check-for-breezy |
tags: |
added: confusing-ui removed: check-for-breezy |
tags: | added: ui |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Medium |
To post a comment you must log in.
importance high
because the lack of feedback can lead to confusing behaviour like bad
commits and its a simple fix.