There are a bunch of file in the history of my hg repo that have been removed. They are causing the repo to get pretty big (several of them are images, and sql dumps from early in the project, among other things that never should have been comitted in the first place).
How do I get mercurial to forget about that stuff and get my repository down to a reasonable size again?
Should I just make a copy of the files (and the .hgignore) and make a new repo, while archiving the old one for future reference?