Staging
v0.5.1
https://foss.heptapod.net/mercurial/hgview
Revision c12b5c78c447cfe1595a19d8bf99f6db86265c80 authored by Alain Leufroy on 25 September 2013, 08:14:10 UTC, committed by Alain Leufroy on 25 September 2013, 08:14:10 UTC
Related to #9288

The "Tag" column is annoying as there is only few tags in practice.
So, I put it to the "Log" column with a specific background like bookmarks.
The idea comes from TortoiseHg, thx :)
1 parent b2e9a09
Raw File
Tip revision: c12b5c78c447cfe1595a19d8bf99f6db86265c80 authored by Alain Leufroy on 25 September 2013, 08:14:10 UTC
[qt4] move tags from dedicated column to the "Log" column
Tip revision: c12b5c7
MANIFEST.in
exclude .hgignore
recursive-exclude debian *
recursive-exclude test *
recursive-exclude debian.hardy *
recursive-exclude debian.lenny *
recursive-exclude debian.intrepid *

include ChangeLog
include COPYING
include README

include bin/hgview
include bin/hgview.bat

include hgviewlib/qt4/*.ui
include hgviewlib/qt4/*.py
include hgviewlib/qt4/hgqv.qrc
include hgviewlib/qt4/icons/*
include hgviewlib/qt4/resources/*

include hgviewlib/curses/*.py

include doc/hgview.1.txt
include doc/Makefile
include hgext/hgview.py

include hgext/hgview.rc
include doc/hgqv.1
include setup.py
include __pkginfo__.py
include test/data/hgviewrc
include test/data/.hgviewrc


recursive-include etc *
back to top