Staging
v0.5.0
https://foss.heptapod.net/mercurial/hgview
Revision b2205878af845064121d894cecd22ecf4cf65a7a authored by David Douard on 27 May 2009, 07:46:20 UTC, committed by David Douard on 27 May 2009, 07:46:20 UTC
1 parent 43759dc
Raw File
Tip revision: b2205878af845064121d894cecd22ecf4cf65a7a authored by David Douard on 27 May 2009, 07:46:20 UTC
make Ctrl+C (in the TERM) quit the app
Tip revision: b220587
MANIFEST.in
exclude .hgignore
recursive-exclude debian *
recursive-exclude debian.hardy *

include ChangeLog
include COPYING
include README

include bin/hgqv
include bin/hgqv.bat

include hgqvlib/qt4/hgqv.ui
include hgqvlib/qt4/filediffviewer.ui
include hgqvlib/qt4/fileviewer.ui
include hgqvlib/qt4/manifestviewer.ui

include doc/hgqv.1
include hgext/hgqv.py
include hgext/hgqv.rc

recursive-include etc *
back to top