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 command outputs names of all changed files in a specified revision:
hg export revision_num | grep ^diff | cut -f 6 -d ' '