Staging
v0.5.0
https://foss.heptapod.net/mercurial/hgview
Revision 0ffbab5bdfd6762a53625a5b82286219b2e1db3d authored by Alain Leufroy on 26 January 2012, 18:55:51 UTC, committed by Alain Leufroy on 26 January 2012, 18:55:51 UTC
Customize commit character in the graphlog using the changeset phase information.

Remove special character for:

* merge: already graphically visible by branch junction
* curdir parent: also highlighted, so no need for a special char
1 parent 16f1f8c
Raw File
Tip revision: 0ffbab5bdfd6762a53625a5b82286219b2e1db3d authored by Alain Leufroy on 26 January 2012, 18:55:51 UTC
[TUI] phases support (closes #87899)
Tip revision: 0ffbab5
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