Staging
v0.5.0
https://foss.heptapod.net/mercurial/hgview
Revision ad7836992a0360340c7c0029f965a18964cf5965 authored by David Douard on 04 June 2009, 21:22:26 UTC, committed by David Douard on 04 June 2009, 21:22:26 UTC
This is required so we can install hgview without having to distribute .ui files (and it allows the GUI to be built a little bit quicker).
1 parent 8e0dc8c
Raw File
Tip revision: ad7836992a0360340c7c0029f965a18964cf5965 authored by David Douard on 04 June 2009, 21:22:26 UTC
Make HgDialogMixin load the form from a python module (named 'form_ui.py') if the 'form.ui' file is not found.
Tip revision: ad78369
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