Staging
v0.5.1
https://foss.heptapod.net/mercurial/hgview
Revision 8eacc81db1445fb378336bc68c6d1a38b4d43d0f authored by Pierre-Yves David on 10 December 2012, 13:40:37 UTC, committed by Pierre-Yves David on 10 December 2012, 13:40:37 UTC
Mercurial 2.5 will ship a changelog filtering feature. This changeset ensure it
does not interfere with hgview.

We ensure here that we work on unfiltered repo in all case. Unfiltered repo are
repo has we know them now.
1 parent ba0549a
Raw File
Tip revision: 8eacc81db1445fb378336bc68c6d1a38b4d43d0f authored by Pierre-Yves David on 10 December 2012, 13:40:37 UTC
[compat] handle filtered repository
Tip revision: 8eacc81
hgview.rc
# This file is intended to be installed in a system's hgrc.d directory
# It enables the hgview's mercurial plugin, making the 'hg qv' command
# available.  This file presumes hgext/hgview.py has been installed in
# the hgext path

[extensions]
hgext.hgview =
back to top