0

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?

Community
  • 1
  • 1
surfeurX
  • 1,262
  • 12
  • 16

1 Answers1

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.

Community
  • 1
  • 1
icabod
  • 6,992
  • 25
  • 41