Staging
v0.5.0
https://foss.heptapod.net/mercurial/hgview
Revision d3e63873febb2b42e70543a63b7efa159b88ad72 authored by Alain Leufroy on 27 January 2012, 15:57:16 UTC, committed by Alain Leufroy on 27 January 2012, 15:57:16 UTC
Changeset content located at the bottom is hidden at startup.

* click on a changeset line to display content.
* Hit Space to toggle content view.
* toggle Content button in toolbar to tobble content view
* add config entry to hide/show changeset content at startup

:note: may be interesting to merge keybindings from GUI and TUI
1 parent 508beb1
Raw File
Tip revision: d3e63873febb2b42e70543a63b7efa159b88ad72 authored by Alain Leufroy on 27 January 2012, 15:57:16 UTC
show/hide changeset content at startup (closes #92204)
Tip revision: d3e6387
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/hgqv.qrc
include hgviewlib/qt4/icons/*

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