Staging
v0.5.1
https://foss.heptapod.net/mercurial/hgview
Revision cec5496a1c3117f3d68f98ae6085b8ad20f78120 authored by David Douard on 27 May 2009, 14:23:30 UTC, committed by David Douard on 27 May 2009, 14:23:30 UTC
1 parent b220587
Raw File
Tip revision: cec5496a1c3117f3d68f98ae6085b8ad20f78120 authored by David Douard on 27 May 2009, 14:23:30 UTC
fix bug when user have no .hgusers file
Tip revision: cec5496
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