Staging
v0.8.1
https://foss.heptapod.net/mercurial/hgview
Revision e9b175105622c37e84d19806dc98af8cb559062a authored by David Douard on 27 May 2009, 05:03:01 UTC, committed by David Douard on 27 May 2009, 05:03:01 UTC
1 parent d91c3b5
Raw File
Tip revision: e9b175105622c37e84d19806dc98af8cb559062a authored by David Douard on 27 May 2009, 05:03:01 UTC
Refactored a bit the manifest viewer
Tip revision: e9b1751
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