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
History
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
File Mode Size
icons
resources
__init__.py -rw-r--r-- 3.1 KB
application.py -rw-r--r-- 2.1 KB
blockmatcher.py -rw-r--r-- 10.7 KB
filediffviewer.ui -rw-r--r-- 4.2 KB
fileviewer.ui -rw-r--r-- 2.6 KB
helpviewer.py -rw-r--r-- 3.2 KB
helpviewer.ui -rw-r--r-- 1.4 KB
hgdialogmixin.py -rw-r--r-- 4.5 KB
hgfiledialog.py -rw-r--r-- 19.3 KB
hgfileview.py -rw-r--r-- 27.0 KB
hgmanifestdialog.py -rw-r--r-- 4.3 KB
hgqv.qrc -rw-r--r-- 1017 bytes
hgqv.ui -rw-r--r-- 7.6 KB
hgrepomodel.py -rw-r--r-- 27.7 KB
hgrepoview.py -rw-r--r-- 37.1 KB
hgrepoviewer.py -rw-r--r-- 27.4 KB
lexers.py -rw-r--r-- 4.7 KB
manifestviewer.ui -rw-r--r-- 2.4 KB
quickbar.py -rw-r--r-- 11.9 KB
styleditemdelegate.py -rw-r--r-- 8.3 KB

back to top