I'm about to convert my git repo into a hg repo.
The problem is that a few months ago there was a file added named 'favicons/Icon\r'
to the git repo, which is fine for git. The file has been deleted, but since it is in the history I get this output when running the hg convert
extension:
converting...
816 Favicons
transaction abort!
rollback completed
abort: '\n' and '\r' disallowed in filenames: 'favicons/Icon\r'!
Is there a way to work around this or do I have to stay with my git repo? Thanks a lot!