mirror of
https://github.com/raimon49/requirements.txt.vim.git
synced 2025-12-06 18:14:26 +08:00
Fix editable option in examples
This commit is contained in:
@@ -25,10 +25,10 @@ name @ gopher:/foo/com"
|
|||||||
foobar[quux]<2,>=3; os_name=='a'
|
foobar[quux]<2,>=3; os_name=='a'
|
||||||
|
|
||||||
# VCS repositories
|
# VCS repositories
|
||||||
[-e] git+git://git.myproject.org/MyProject#egg=MyProject # Git
|
-e git+git://git.myproject.org/MyProject#egg=MyProject # Git
|
||||||
[-e] git://git.myproject.org/MyProject.git@v1.0#egg=MyProject
|
-e git://git.myproject.org/MyProject.git@v1.0#egg=MyProject
|
||||||
[-e] hg+https://hg.myproject.org/MyProject#egg=MyProject # Mercurial
|
-e hg+https://hg.myproject.org/MyProject#egg=MyProject # Mercurial
|
||||||
[-e] hg+http://hg.myproject.org/MyProject@da39a3ee5e6b#egg=MyProject
|
-e hg+http://hg.myproject.org/MyProject@da39a3ee5e6b#egg=MyProject
|
||||||
[-e] svn+http://svn.myproject.org/svn/MyProject/trunk@2019#egg=MyProject # Subversion
|
-e svn+http://svn.myproject.org/svn/MyProject/trunk@2019#egg=MyProject # Subversion
|
||||||
[-e] bzr+ssh://user@myproject.org/MyProject/trunk#egg=MyProject # Bazaar
|
-e bzr+ssh://user@myproject.org/MyProject/trunk#egg=MyProject # Bazaar
|
||||||
[-e] bzr+https://bzr.myproject.org/MyProject/trunk@2019#egg=MyProject
|
-e bzr+https://bzr.myproject.org/MyProject/trunk@2019#egg=MyProject
|
||||||
|
|||||||
Reference in New Issue
Block a user