Tagged Questions

3
votes
2answers
613 views

Can binary files be converted automatically before they are handled by Mercurial?

I have a bunch of binary files that have to stay in this format in the working copy. For version control it would be better to have them in some text format. I have a utility to …