Listing all the files from specific revision in mercurial
The following command would list the affected files on the given revision
hg status --change Revision_number_goes_here
Getting the difference between two branches in mercurial
The following command would list the affected files on the given revision
hg status --change Revision_number_goes_here