`bzr log FILE` and `bzr log FILE -v` show different results if FILE has been deleted and restored

Bug #790267 reported by Alexander Belchenko
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bazaar
Confirmed
Low
Unassigned

Bug Description

I'm not sure whether this intended behavior or not, but I suspect it's related to another bug report that `bzr log FILE` don't show the revision where file has been deleted. I've deleted file in revision 3 and then restored it (by revert to revision 2) in revision 4. Output of `bzr log FILE` is different depending on -v option:

C:\Temp\Тест>bzr log foo --short
    4 Alexander Belchenko 2011-05-30
      restore foo

    2 Alexander Belchenko 2011-05-30
      2

    1 Alexander Belchenko 2011-05-30
      foo

C:\Temp\Тест>bzr log foo --short -v
    4 Alexander Belchenko 2011-05-30
      restore foo
      A foo

    3 Alexander Belchenko 2011-05-30
      3
      D foo
      A bar/

    2 Alexander Belchenko 2011-05-30
      2
      M foo

    1 Alexander Belchenko 2011-05-30
      foo
      A foo

Martin Packman (gz)
Changed in bzr:
importance: Undecided → Low
status: New → Confirmed
Jelmer Vernooij (jelmer)
tags: added: check-for-breezy
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.