How to view a diff from a modified file in a working tree and an older revision of it?

Asked by André Bachmann

I have modified a file in my working tree and now I want to view a diff of this file and an older revision (let's say five revisions ago) of it. How do I do that without calling manually 'bzr qdiff filename -r 2500'?

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Explorer Edit question
Assignee:
No assignee Edit question
Solved by:
Alexander Belchenko
Solved:
Last query:
Last reply:
Revision history for this message
Best Alexander Belchenko (bialix) said :
#1

André Bachmann пишет:
> I have modified a file in my working tree and now I want to view a diff of this file and an older revision (let's say five revisions ago) of it. How do I do that without calling manually 'bzr qdiff filename -r 2500'?

There is no direct support for this. You can use "All commands" to run
qdiff from Explorer, instead of switching to command line though.

Revision history for this message
André Bachmann (andrebachmann-dd) said :
#2

Ok, good to know. Thanks for your reply!

Revision history for this message
André Bachmann (andrebachmann-dd) said :
#3

Thanks Alexander Belchenko, that solved my question.