Generating a list of which files changed between hg versions
hg status –rev x:y where x and y are desired revision numbers (or tag or branch names). If you are using the terminal in windows add hg status –rev x:y> your-file.txt to save the list to a file.