Is there a way to ignore 'files exceeded a filesize limit' in mercurial? Everytime I add a PDF, the push becomes very long in my project and I can't remove the file completely from the repository. Is there a way to remove the history for a single file in Mercurial?
Asked
Active
Viewed 190 times
1 Answers
0
Have a look at this question, it gives you an idea for a solution... to write a pre-commit hook to check the filesize.