Staging
v0.5.0
https://foss.heptapod.net/mercurial/hgview
Revision 4ad802e7597c3fd2c03ce42e6541b9cd51189f07 authored by Pierre-Yves David on 11 September 2013, 23:39:40 UTC, committed by Pierre-Yves David on 11 September 2013, 23:39:40 UTC
We extract the part about revset execution in a dedicated function. This part of
the code is more complicated than it could be because we have to be compatible
with all supported version of Mercurial:

- version older than 2.1 does not have the `repo.revs` methods
- version older than 2.5 need to apply hidden changeset filtering by hand.

So we move it in a dedicated function. That will help use to split the building
of the revset and it's execution. Revision filtering in hgview needs to provides
its own revset.
1 parent ce23403
History
Tip revision: 4ad802e7597c3fd2c03ce42e6541b9cd51189f07 authored by Pierre-Yves David on 11 September 2013, 23:39:40 UTC
[hggraph] revset execution in a dedicated query
Tip revision: 4ad802e
File Mode Size
hgview -rwxr-xr-x 1.1 KB
hgview.bat -rw-r--r-- 1.2 KB
hgview_py2exe.py -rw-r--r-- 1.5 KB

back to top