Update supported Mercurial schemes with hg+file (#4357)

Empirically, pip supports pip [-e] hg+file:///path/to/repo
This commit is contained in:
Eric Hopper 2017-09-29 15:37:45 -07:00 committed by Xavier Fernandez
parent 8d96363882
commit 72f677f263
2 changed files with 4 additions and 3 deletions

View File

@ -382,9 +382,10 @@ The supported schemes are: ``hg+http``, ``hg+https``,
Here are the supported forms::
[-e] hg+http://hg.example.com/MyProject#egg=MyProject
[-e] hg+https://hg.example.com/MyProject#egg=MyProject
[-e] hg+ssh://hg.example.com/MyProject#egg=MyProject
[-e] hg+http://hg.myproject.org/MyProject#egg=MyProject
[-e] hg+https://hg.myproject.org/MyProject#egg=MyProject
[-e] hg+ssh://hg.myproject.org/MyProject#egg=MyProject
[-e] hg+file:///home/user/projects/MyProject#egg=MyProject
You can also specify a revision number, a revision hash, a tag name or a local
branch name like so::

0
news/4358.doc Normal file
View File