标签: mercurial
在mercurial中有没有办法忽略'文件超出文件大小限制'?每次我添加PDF时,我的项目中的推送变得非常长,我无法从存储库中完全删除该文件。 Is there a way to remove the history for a single file in Mercurial?
答案 0 :(得分:0)
看看this question,它会给你一个解决方案的想法...写一个预提交钩子来检查文件大小。