Diff a single file between branches in mercurial
Diff between two branches:
hg diff -r BRANCH1:BRANCH2
Diff a single file between two branches:
hg diff -r BRANCH1:BRANCH2 the_sinlge_file_to_diff
Reference
- How do I diff one branch with my default branch