Staging
v0.5.1
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
hgview.rc
# This file is intended to be installed in a system's hgrc.d directory
# It enables the hgview's mercurial plugin, making the 'hg qv' command
# available.  This file presumes hgext/hgview.py has been installed in
# the hgext path

[extensions]
hgext.hgview =
back to top