Staging
v0.5.0
https://foss.heptapod.net/mercurial/hgview
Revision 6c264e5a2bfa742e65909c4008e55780437ec78e authored by Alain Leufroy on 02 August 2012, 14:00:36 UTC, committed by Alain Leufroy on 02 August 2012, 14:00:36 UTC
introduced by `b6081c2c4647@mercurial <http://selenic.com/hg/rev/b6081c2c4647>`_
1 parent 69e2058
Raw File
Tip revision: 6c264e5a2bfa742e65909c4008e55780437ec78e authored by Alain Leufroy on 02 August 2012, 14:00:36 UTC
[lib] phase: update phaserevs in repo that is now a rich object
Tip revision: 6c264e5
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