Staging
v0.5.0
https://foss.heptapod.net/mercurial/hgview
Revision 55f48628bfca0b1c83f0d6348812ce7b80a0344a authored by Pierre-Yves David on 23 April 2012, 12:53:52 UTC, committed by Pierre-Yves David on 23 April 2012, 12:53:52 UTC
but keep standard order inside them.

Having all non public heads at the top of the history helps to not forget about them.

:note:  Also fix the first revision which is `len(repo)-1` not `len(repo)`.
        I do not know why this did not crash but this patches make it a better version.
1 parent 58fe577
Raw File
Tip revision: 55f48628bfca0b1c83f0d6348812ce7b80a0344a authored by Pierre-Yves David on 23 April 2012, 12:53:52 UTC
[lib] phases: display changets with higher phase value on top (wip #92312)
Tip revision: 55f4862
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