Staging
v0.5.1
https://foss.heptapod.net/mercurial/hgview
Revision 3436ad93b78a8614cca1a6e2616d5a112cf4b7fa authored by Aurelien Campeas on 27 May 2009, 13:19:24 UTC, committed by Aurelien Campeas on 27 May 2009, 13:19:24 UTC
1 parent b220587
Raw File
Tip revision: 3436ad93b78a8614cca1a6e2616d5a112cf4b7fa authored by Aurelien Campeas on 27 May 2009, 13:19:24 UTC
cmp -> key
Tip revision: 3436ad9
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