I would like to generate a list of all the files that have been modified within my project. I know I could view the history on the project to get all the changesets and then view each changeset for the files in contains, however, this process would take a long time. Is there an easier way to generate this list? The list does not need to be unique, but that would be nice.
Thanks!