Staging
v0.5.1
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
source
README.Debian -rw-r--r-- 210 bytes
changelog -rw-r--r-- 5.8 KB
compat -rw-r--r-- 2 bytes
control -rw-r--r-- 2.1 KB
copyright -rw-r--r-- 1.1 KB
hgview-common.install -rw-r--r-- 149 bytes
hgview-curses.install -rw-r--r-- 44 bytes
hgview.install -rw-r--r-- 41 bytes
rules -rwxr-xr-x 1.5 KB
watch -rw-r--r-- 74 bytes

README.Debian

back to top