Files @ 75f746df73e2
Branch filter:

Location: kallithea/requirements.txt

Manuel Jacob
hg: improve implementations of `successors` and `precursors` properties of Mercurial changesets

* On Mercurial versions supporting it, make the properties return the closest changesets in the obsolescence chain that are in the repository.
* On older Mercurial versions, fall back to the previous implementations.
1
2
3
4
# requirements.txt file for use as "pip install -r requirements.txt" as a
# readthedocs compatible alternative to "pip install -e ." which is a working
# alternative to "setup.py develop" which doesn't work with Mercurial 3.7
.