Staging
v0.5.0
https://foss.heptapod.net/mercurial/hgview
Revision 917a4804c160cc1ff9f57c2f13bfa1e8d3044ca3 authored by Alain Leufroy on 07 October 2013, 10:14:26 UTC, committed by Alain Leufroy on 07 October 2013, 10:14:26 UTC
Users could provided unnormalized path.
1 parent 02c5003
Raw File
Tip revision: 917a4804c160cc1ff9f57c2f13bfa1e8d3044ca3 authored by Alain Leufroy on 07 October 2013, 10:14:26 UTC
[nested repo] fix path comparison
Tip revision: 917a480
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