Staging
v0.5.0
https://foss.heptapod.net/mercurial/hgview
Revision 7a0b45506a0d1fcf273df9cfbc6dcbdc168e7bbc authored by Alain Leufroy on 10 May 2013, 02:10:20 UTC, committed by Alain Leufroy on 10 May 2013, 02:10:20 UTC
This bug was appearing when the model was filled and the working
directory was hidden, for exemple on filtered branch.
1 parent 2b6adc7
Raw File
Tip revision: 7a0b45506a0d1fcf273df9cfbc6dcbdc168e7bbc authored by Alain Leufroy on 10 May 2013, 02:10:20 UTC
[qt4] fix non displayed working directory on refreshing (closes #137714)
Tip revision: 7a0b455
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