Get visual diff of two revisions of a file.
Posted
by Steve Horn
on Stack Overflow
See other posts from Stack Overflow
or by Steve Horn
Published on 2010-03-17T03:10:30Z
Indexed on
2010/03/17
3:41 UTC
Read the original article
Hit count: 233
mercurial
I'd like to know the best/easiest way to get a visual diff of a file given 2 revisions in Mercurial.
ie: I'd like to visualize the difference between revision 3 and revision 12, etc.
© Stack Overflow or respective owner