Itβs not very convenient for me to see the changes in the dark text format, so I was looking for a tool to display a good side by side comparison of changes.
For whatsnew I can just use meld , but when I need to see the changes already recorded, it is not so simple. I read that diffuse allows you to compare different versions, but I can't get it to work.
I tried
diffuse -r HEAD^1 -r HEAD^2 myfile.py
but it fails (I think the rename name is specific to git), so does anyone know how to see the latest changes in darcs?
Suggestions are welcome for another tool that does the job (and does not require a web server setup).
source share