Staging
v0.5.1
https://foss.heptapod.net/mercurial/hgview
Revision 139c44f1521981689d26ab39f15aa7a763ec368c authored by Pierre-Yves David on 16 April 2014, 18:40:27 UTC, committed by Pierre-Yves David on 16 April 2014, 18:40:27 UTC
The new revset code in Mercurial 3.0 return smartset instead of list. They
cannot be sorted by key, and you cannot add the `None` entry for the working
directory.

This patch is a simple straightforward fix that turn the variable into a list
again.  Making it lazy in a future goal.
1 parent 804a2c6
Raw File
Tip revision: 139c44f1521981689d26ab39f15aa7a763ec368c authored by Pierre-Yves David on 16 April 2014, 18:40:27 UTC
graph: work around the new smartset class used for revset (compat hg 3.0)
Tip revision: 139c44f
MANIFEST.in
exclude .hgignore
recursive-exclude debian *
recursive-exclude test *
recursive-exclude debian.hardy *
recursive-exclude debian.lenny *
recursive-exclude debian.intrepid *

include ChangeLog
include COPYING
include README

include bin/hgview
include bin/hgview.bat

include hgviewlib/qt4/*.ui
include hgviewlib/qt4/*.py
include hgviewlib/qt4/hgqv.qrc
include hgviewlib/qt4/icons/*
include hgviewlib/qt4/resources/*

include hgviewlib/curses/*.py

include doc/hgview.1.txt
include doc/Makefile
include hgext/hgview.py

include hgext/hgview.rc
include doc/hgqv.1
include setup.py
include __pkginfo__.py
include test/data/hgviewrc
include test/data/.hgviewrc


recursive-include etc *
back to top