`bzr status subdir` does not show conflicts for files in subdir
Bug #359020 reported by
Alexander Belchenko
on 2009-04-10
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Bazaar |
High
|
Unassigned | ||
| Breezy |
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?
Jelmer Vernooij (jelmer)
on 2009-06-19
Changed in bzr: | |
importance: | Undecided → Low |
status: | New → Triaged |
Robert Collins (lifeless) wrote : Re: [Bug 359020] Re: `bzr status subdir` does not show conflicts for files in subdir | #1 |
Changed in bzr: | |
importance: | Low → High |
Martin Pool (mbp)
on 2010-03-18
Changed in bzr: | |
status: | Triaged → Confirmed |
Jelmer Vernooij (jelmer)
on 2011-02-01
tags: | added: status |
tags: | added: conflicts |
Jelmer Vernooij (jelmer)
on 2017-11-08
tags: | added: check-for-breezy |
Jelmer Vernooij (jelmer)
on 2017-11-11
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.