Staging
v0.8.1
https://foss.heptapod.net/mercurial/hgview
Revision 43759dc3950e7560220b227e92e624606a49d297 authored by David Douard on 27 May 2009, 07:31:41 UTC, committed by David Douard on 27 May 2009, 07:31:41 UTC
1 parent 06e8455
Raw File
Tip revision: 43759dc3950e7560220b227e92e624606a49d297 authored by David Douard on 27 May 2009, 07:31:41 UTC
make it works with hg 1.2 again
Tip revision: 43759dc
hgqv.rc
# This file is intended to be installed in a system's hgrc.d directory
# It enables the hgqv's mercurial plugin, making the 'hg qv' command
# available.  This file presumes hgext/hgqv.py has been installed in
# the hgext path

[extensions]
hgext.hgqv =
back to top