Staging
v0.5.0
https://foss.heptapod.net/mercurial/hgview
Revision 99e78a2fed34560458ea5b9d77742edc4c240e4c authored by Alain Leufroy on 09 May 2012, 11:03:23 UTC, committed by Alain Leufroy on 09 May 2012, 11:03:23 UTC
* remove actions from diff toolbar
* remove diff toolbar
* add action to the context menu of the text area
* add icons
* add config entry to display toolbar at startup
1 parent f304aff
Raw File
Tip revision: 99e78a2fed34560458ea5b9d77742edc4c240e4c authored by Alain Leufroy on 09 May 2012, 11:03:23 UTC
[qt] move diff actions from toolbar to context menu and hide toolbar diff at startup (closes #87901)
Tip revision: 99e78a2
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