Staging
v0.5.0
https://foss.heptapod.net/mercurial/hgview
Revision 8ec309f61d7a57854a4bfb87aa9e9ba7dca74e49 authored by David Douard on 01 December 2009, 18:32:49 UTC, committed by David Douard on 01 December 2009, 18:32:49 UTC
eg. one can ask to see in the main repo viewer the selected revision of the filelog navigator and vice et versa.
1 parent 973da7d
Raw File
Tip revision: 8ec309f61d7a57854a4bfb87aa9e9ba7dca74e49 authored by David Douard on 01 December 2009, 18:32:49 UTC
Make the different dialog "communicate" with each other.
Tip revision: 8ec309f
MANIFEST.in
exclude .hgignore
recursive-exclude debian *
recursive-exclude debian.hardy *

include ChangeLog
include COPYING
include README

include bin/hgview
include bin/hgview.bat

include hgviewlib/qt4/*.ui
include hgviewlib/qt4/hgqv.qrc

include doc/hgview.1.txt
include doc/Makefile
include hgext/hgview.py
include hgext/hgview.rc

recursive-include etc *
back to top