Staging
v0.5.1
https://foss.heptapod.net/mercurial/hgview
Revision f304aff71be94a9431103a98c034a354211e311d authored by Alain Leufroy on 28 January 2012, 05:05:18 UTC, committed by Alain Leufroy on 28 January 2012, 05:05:18 UTC
1 parent 3a9f205
Raw File
Tip revision: f304aff71be94a9431103a98c034a354211e311d authored by Alain Leufroy on 28 January 2012, 05:05:18 UTC
[qt] add icon to "show/hide" hidden changesets action (wip #87901)
Tip revision: f304aff
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