List of supported URL schemes for Mercurial incomplete #4358
Labels
auto-locked
Outdated issues that have been locked by automation
good first issue
A good item for first time contributors to work on
type: docs
Documentation related
Description:
I went to the documentation here:
https://pip.pypa.io/en/latest/reference/pip_install/#vcs-support
And hg+file was not listed as a supported URL scheme. I ran pip install with that URL scheme anyway, and it worked fine. The documentation was missing it.
What I've run:
pip install --prefix="$PWD/venv" -e hg+file:///someplace/on/my/system/curio#egg=curio
Obtaining curio from hg+file:///someplace/on/my/system/curio#egg=curio
Updating ./venv/src/curio clone
Installing collected packages: curio
Running setup.py develop for curio
Successfully installed curio
The text was updated successfully, but these errors were encountered: