We have a Mercurial repository with a standard of using Unix-style line endings.
If a user hasn't noticed EOL issues when committing a file - they may be 'helpfully' hidden by the diff tool - then it's a pain to fix down the line unless it's noticed immediately.
Is there a way to use "hg convert" (or similar) to re-create the repository with consistent line endings?