bzr log <file> displays irrelevant log records
Bug #51980 reported by
Francis J. Lacoste
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Fix Released
|
Medium
|
John A Meinel |
Bug Description
When another branch was merged in the tree,
bzr log <file> will display the merged log records for any <file> even if the merge didn't involved the file. Ideally, only the log records relevant for <file> should be displayed from the merged log info.
Another problem is that bzr log <non-existent-file> displays the whole log history instead of simply saying 'File <non-existent-file> doesn't have any revision history'.
Consider raising the priority of this bug, since it removes the usefulness of bzr log when working in large projects which uses merging a lot (Launchpad for example).
Changed in bzr: | |
assignee: | nobody → larstiq |
Changed in bzr: | |
assignee: | nobody → wang02139 |
Changed in bzr: | |
assignee: | wang02139 → nobody |
Changed in bzr: | |
assignee: | nobody → warthog618 |
status: | Confirmed → In Progress |
Changed in bzr: | |
assignee: | warthog618 → jameinel |
To post a comment you must log in.
This bzr session shows that once a merge was done, bzr log <FILE> will show the log entry of the merge even if the merge didn't implicate the requested file.