bzr status doesn't show pending merges when a specific path is used
Bug #255204 reported by
Guillermo Gonzalez
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Fix Released
|
High
|
Robert Collins |
Bug Description
A simple example of this behavior can be reproduced doing:
branchA: have pending merges
$ cd /path/to/branchA
$ bzr status
(this shows the pending merges)
$ bzr status ../branchA
This only show the file/dir status, but not the pending merges
Related branches
lp://staging/~lifeless/bzr/status
(Merged)
Changed in bzr: | |
importance: | Undecided → High |
status: | New → Confirmed |
To post a comment you must log in.
Just to mention that any time you use a specific path, the pending merges aren't shown.
Such as "bzr status ." or "bzr status branch/foo"