hg update --clean
This will update your working directory with the newest version of files in the current branch. Please note that this command will discard all existing changes in your working directory.
If you meant “can I get a fresh copy of each and every file from the repository” just delete all files in your working directory and do a hg update --clean
again.