Using Changes.app for hg's diffing (Mercurial->General)Add this to your~/.hgrc[extensions] extdiff = [extdiff] cmd.chdiff = /Local/Apps/Changes.app/Contents/Resources/chdiff opts.chdiff = --waitYour Changes.app path is probably different, so be sure to change it. Or add thechdiff's directory to your shell path.Now you can
% hg chdiff
And get pretty diffing.