Staging
v0.5.1
https://foss.heptapod.net/mercurial/hgview
Revision 6f2838af0ab719f252a284dfd326a890f9cc7477 authored by David Douard on 16 November 2009, 20:26:55 UTC, committed by David Douard on 16 November 2009, 20:26:55 UTC
1 parent ac2e6ce
Raw File
Tip revision: 6f2838af0ab719f252a284dfd326a890f9cc7477 authored by David Douard on 16 November 2009, 20:26:55 UTC
Add a docstring to hgext/hgview.py
Tip revision: 6f2838a
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