Staging
v0.8.1
https://foss.heptapod.net/mercurial/hgview
Revision 5aa51b947c9b6bf9e87e30cad1b3e7036707d976 authored by David Douard on 05 June 2009, 14:45:15 UTC, committed by David Douard on 05 June 2009, 14:45:15 UTC
1 parent ee40b4c
Raw File
Tip revision: 5aa51b947c9b6bf9e87e30cad1b3e7036707d976 authored by David Douard on 05 June 2009, 14:45:15 UTC
build man page in setup.py build
Tip revision: 5aa51b9
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