Staging
v0.5.0
https://foss.heptapod.net/mercurial/hgview
Revision 877880fe6fc9fccbb1a1f5ca5173a330295f2392 authored by alain leufroy on 09 May 2013, 14:17:05 UTC, committed by alain leufroy on 09 May 2013, 14:17:05 UTC
If the full widget height equal the displayed height, the stroke is 0.
So, the source is fully displayed.

This change fix a ZeroDivisionError.

:related to: #119019
1 parent a10b422
Raw File
Tip revision: 877880fe6fc9fccbb1a1f5ca5173a330295f2392 authored by alain leufroy on 09 May 2013, 14:17:05 UTC
[tui] fix source area stroke
Tip revision: 877880f
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/*.py
include hgviewlib/qt4/hgqv.qrc
include hgviewlib/qt4/icons/*

include hgviewlib/curses/*.py

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