Staging
v0.5.0
https://foss.heptapod.net/mercurial/hgview
Revision 7e23df0a5f73b9837b607ec0be2ef202a423cb1a authored by David Douard on 05 January 2010, 20:02:32 UTC, committed by David Douard on 05 January 2010, 20:02:32 UTC
1 parent c952498
Raw File
Tip revision: 7e23df0a5f73b9837b607ec0be2ef202a423cb1a authored by David Douard on 05 January 2010, 20:02:32 UTC
small fix: prevent a Qt warning displayed in the terminal when exiting
Tip revision: 7e23df0
MANIFEST.in
exclude .hgignore
recursive-exclude debian *
recursive-exclude debian.hardy *

include ChangeLog
include COPYING
include README

include bin/hgview
include bin/hgview.bat

include hgviewlib/qt4/*.ui
include hgviewlib/qt4/hgqv.qrc

include doc/hgview.1.txt
include doc/Makefile
include hgext/hgview.py
include hgext/hgview.rc

recursive-include etc *
back to top