How do I get a list of all files affected in a changeset since rev 3456?
Note:
I tried hg log --rev 3456:tip --template "{files}"\n but there are several problems
- If a changeset affects multiple files, they all appear on the same line.
- This also shows the same file multiple times if a file was involved in many changsets.
hg stat --rev 3456hg stat --rev 3456:tipto exclude uncommitted changes