Staging
v0.5.1
Revision 2a7f570c1d7a120fb1b3e9a8342a9bc56dac1c4b authored by Alain Leufroy on 08 August 2012, 09:37:04 UTC, committed by Alain Leufroy on 08 August 2012, 09:37:04 UTC
* ``namedtuple`` => new type
* use python implementation of
  `itertools.izip_longuest <http://docs.python.org/library/itertools#itertools.izip_longest>`_
1 parent 82a704b
Raw File
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