Staging
v0.5.0
https://foss.heptapod.net/mercurial/hgview
Revision 82c21363d76ea914f4f1581d2ebfb775e8f72813 authored by Alain Leufroy on 29 May 2012, 12:39:00 UTC, committed by Alain Leufroy on 29 May 2012, 12:39:00 UTC
``self.setupModels()`` resets the model which automatically refreshes the
revision table once the related walker has been filled. Calling
``self.refreshRevisionTable()`` over-refreshes the table.

This bug conflicts with the reselection system that has not the
time to be fully updated.
1 parent 80c77a0
Raw File
Tip revision: 82c21363d76ea914f4f1581d2ebfb775e8f72813 authored by Alain Leufroy on 29 May 2012, 12:39:00 UTC
[qt] re-enable "reselect currently visited rev and file on reload" (closes #93641)
Tip revision: 82c2136
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