how to check which files has been changed between two revisions in Mercurial / Tortoise Hg?
I have tried visual diff of tortoiseHg, it do not highlight which specific files have been added, changed or unchanged and you have to click every file to get details
CLI-version: hg diff -r START -r END --stat
Sample:
>hg diff -r 4 -r tip --stat
404.php | 4 ++--
functions.php | 2 +-
readme.txt | 28 +++++++++++++++++-----------
screenshot.png | Bin
sidebar.php | 2 +-
style.css | 4 ++--
6 files changed, 23 insertions(+), 17 deletions(-)