How To: Diff directories recursively

Needed to diff two directories, that happened to be using two different versioning systems — Mercurial, and Subversion (SVN).  Took a couple minutes to get it, so thought I’d add it for tips in the future.

diff -r --exclude=.hg --exclude=.svn www www2