Until recently we have been using SVN for all projects of our web studio, and there is a very convenient feature present in several clients like Subversive and TortoiseSVN that
This gives you the list of modified files in revision 4:
hg log -r 4 --template {files}
Update: If you'd like to have one file per line, you may use the style described in Hg book.