Anybody know a slick way to list all the files deleted and the changeset that deleted them? The best I come up with is using 'hg log -p' and scanning for the pattern "+++ /dev/null". There must be a better way. -kto