Staging
v0.5.1
https://foss.heptapod.net/mercurial/hgview
Revision 50a2946184a8adb325c25f0ef2d8f993c9b1750b authored by Pierre-Yves David on 16 September 2013, 16:16:37 UTC, committed by Pierre-Yves David on 16 September 2013, 16:16:37 UTC
75% of __get_parent argument are always the same. We use `functool.partial` to
currying a single argument function.

That's purely cosmetic.
1 parent 0524dd8
Raw File
Tip revision: 50a2946184a8adb325c25f0ef2d8f993c9b1750b authored by Pierre-Yves David on 16 September 2013, 16:16:37 UTC
[hggraph] currying __get_parent into a nicer parent_func call
Tip revision: 50a2946
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/qt4/resources/*

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