I have a file tracked in Mercurial. I can see its history with hg log
. How can I see the diffs between its most recent version, and the last checked-in changeset?
hg diff -r <first_revision_number>:<other_revision_number> filename
that will do it
e.g hg diff -r 0:1 default.aspx
hope it helps
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With