One Quickie


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 = --wait
Your Changes.app path is probably different, so be sure to change it. Or add the chdiff's directory to your shell path.

Now you can
% hg chdiff
And get pretty diffing.



borkware home | products | miniblog | rants | quickies | cocoaheads
Advanced Mac OS X Programming book

webmonster@borkware.com