bzr qlog does not work on removed file
Bug #1376851 reported by
mkluwe
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
QBzr |
New
|
Undecided
|
Unassigned |
Bug Description
When called on a file that was removed in a previous commit, `qlog` fail with the message
bzr: ERROR: Path does not have any revision history: foo.txt
To reproduce, assume `foo.txt` in the current directory:
# bzr rm foo.txt
# bzr commit -m "delete foo.txt"
# bzr qlog foo.txt
Calling `bzr log foo.txt` works as expected.
To post a comment you must log in.