Staging
v0.5.1
https://foss.heptapod.net/mercurial/hgview
Revision fdde0f8224434c4a08b2972a534a25cbdabe8794 authored by David Douard on 25 May 2009, 18:31:18 UTC, committed by David Douard on 25 May 2009, 18:31:18 UTC
- add a tooltip for diff stats
- make file name be coloured according its flag,
- small fix (diff content was not recomputed when swapping between "all files"  and "merged only" modes in the file table view)
1 parent a5e2720
Raw File
Tip revision: fdde0f8224434c4a08b2972a534a25cbdabe8794 authored by David Douard on 25 May 2009, 18:31:18 UTC
Several minor improvements:
Tip revision: fdde0f8
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