Staging
v0.5.1
https://foss.heptapod.net/mercurial/hgview
Revision 96780e088aa3d1d16d955c25ad02b56e3d43f8fa authored by David Douard on 05 June 2009, 12:50:25 UTC, committed by David Douard on 05 June 2009, 12:50:25 UTC
1 parent 479c739
Raw File
Tip revision: 96780e088aa3d1d16d955c25ad02b56e3d43f8fa authored by David Douard on 05 June 2009, 12:50:25 UTC
renamed hgqv back into hgview
Tip revision: 96780e0
hgview.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 hgviewlib.qt4 import main as hgview
hgview.main()

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