Staging
v0.5.0
https://foss.heptapod.net/mercurial/hgview
Revision ef4401e9db9d363a6d150a0d5713c2d7f036726a authored by Pierre-Yves David on 12 September 2013, 00:15:45 UTC, committed by Pierre-Yves David on 12 September 2013, 00:15:45 UTC
The filtering will provides its own revset so we need an opportunity to mix the
build revset with the filtering one.

The revset execution can stay in the `revision_grapher` function while the
revset build itself will get extracted to a upper level.
1 parent 4ad802e
Raw File
Tip revision: ef4401e9db9d363a6d150a0d5713c2d7f036726a authored by Pierre-Yves David on 12 September 2013, 00:15:45 UTC
[hggraph] extract revset execution from the revset building function
Tip revision: ef4401e
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