This seems like it should be obvious but I can’t figure it out.
Suppose I have mercurial revisions 4 and 7 and I want to see which files changed between those revisions. I can do a hg diff -r 4 -r 7 to list the entire set of diffs… is there a way to just list the files that have changed?
1 Answer