When navigating mercurials repository, the diffs on the file 'mercurial/commands.py' is shown as 'file too big'. This should not be (even though commands.py has around 3800 lines). The same applies for some big XML files. | |
| priority | normal |
|---|---|
| type | bug |
| appeared in | <not specified> |
| done in | <not specified> |
| closed by | <not specified> |


#19875 Hide changesets marked as hidden
Comments
-
2010/02/23 21:15, written by ddouard
| reply to this comment
-
2010/02/24 10:12, written by eanclin
| reply to this comment
(add comment)As documented, the maximal size above which files are considered "too big" is configurable through the 'maxfilesize' option.
It seems that the default value is around 100kb. (The mercurial/commands.py has 139K). What is the meaning of this value? Performance issues seem to arise on the size of the diff, but not on the size of the file. Diffs on binary files aren't shown anyway. It seems to me more appropriate to set default value maxfilesize=1000000 (1Mb) or even more.