I want to generate a list of which files changed between two revisions in a given directory in Mercurial.
In particular, I am not interested in what changed
hg status --rev x:y
where x and y are desired revision numbers (or tag or branch names).
x
y
If you are using the terminal in windows add hg status --rev x:y> your-file.txt to save the list to a file.
> your-file.txt