Staging
v0.5.1
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
MANIFEST.in
exclude .hgignore
recursive-exclude debian *
recursive-exclude test *
recursive-exclude debian.hardy *
recursive-exclude debian.lenny *
recursive-exclude debian.intrepid *

include ChangeLog
include COPYING
include README

include bin/hgview
include bin/hgview.bat

include hgviewlib/qt4/*.ui
include hgviewlib/qt4/hgqv.qrc
include hgviewlib/qt4/icons/*

include doc/hgview.1.txt
include doc/Makefile
include hgext/hgview.py

include hgext/hgview.rc
include doc/hgqv.1
include setup.py
include __pkginfo__.py
include test/data/hgviewrc
include test/data/.hgviewrc


recursive-include etc *
back to top