Staging
v0.5.1
https://foss.heptapod.net/mercurial/hgview
Revision 489d92efdaa643acf40ceb19fc6e69e1ec0cab2d authored by David Douard on 27 May 2009, 14:34:52 UTC, committed by David Douard on 27 May 2009, 14:34:52 UTC
1 parent 856a82d
Raw File
Tip revision: 489d92efdaa643acf40ceb19fc6e69e1ec0cab2d authored by David Douard on 27 May 2009, 14:34:52 UTC
updated README
Tip revision: 489d92e
hgqv.bat
@echo off
rem = """-*-Python-*- script
rem -------------------- DOS section --------------------
rem You could set PYTHONPATH
python -x %~f0 %*
goto exit
 
"""
# -------------------- Python section --------------------
from PyQt4 import QtCore, QtGui
from hgqvlib.qt4 import main as hgqv
hgqv.main()

DosExitLabel = """
:exit
rem """
back to top