Staging
v0.5.0
https://foss.heptapod.net/mercurial/hgview
Revision 7d3b6ffcd267ce18f4df924fabc57c4e2045d3af authored by alain leufroy on 25 April 2013, 23:01:16 UTC, committed by alain leufroy on 25 April 2013, 23:01:16 UTC
- update position after key processed to get the *new* position
- for source smaller that available displaying area, we set the position to
  0% if the user want to go up and 100% if the user want to go down.
1 parent 877880f
Raw File
Tip revision: 7d3b6ffcd267ce18f4df924fabc57c4e2045d3af authored by alain leufroy on 25 April 2013, 23:01:16 UTC
[tui] fix source position (closes #119019)
Tip revision: 7d3b6ff
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