Staging
v0.5.0
https://foss.heptapod.net/mercurial/hgview
Revision bf325c204235e7c2adb732e4d273cfc09a5269c5 authored by Alain Leufroy on 18 June 2012, 16:07:00 UTC, committed by Alain Leufroy on 18 June 2012, 16:07:00 UTC
:config: ``maxfilesize`` now accept negative values which means
         that all file are handled (not "file too big" anymore)

:qt: add an action to toggle displaying big files
     in the diff toolbar and in the right click menu on file source area

:tui: add a command ``set-max-file-size`` which allow to change the
      the ``maxfilesize`` config value.
1 parent e0ca971
Raw File
Tip revision: bf325c204235e7c2adb732e4d273cfc09a5269c5 authored by Alain Leufroy on 18 June 2012, 16:07:00 UTC
[tui,qt] Allow overriding ``maxfilesize`` config value in the UIs (closes #20597)
Tip revision: bf325c2
.hgignore
syntax: glob
build/
*.pyc
*.orig
*_ui.py
*_rc.py
back to top