Staging
v0.5.1
https://foss.heptapod.net/mercurial/hgview
Revision f20dac18d3ee63f9a594fb35bf1543a978372e35 authored by David Douard on 03 June 2009, 22:29:26 UTC, committed by David Douard on 03 June 2009, 22:29:26 UTC
1 parent d62399a
Raw File
Tip revision: f20dac18d3ee63f9a594fb35bf1543a978372e35 authored by David Douard on 03 June 2009, 22:29:26 UTC
make sure autoresized colums are not resized with too small or negative values
Tip revision: f20dac1
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