1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Merge pull request #10876 from mbacchi/vcs_support_typo

This commit is contained in:
Pradyun Gedam 2022-02-03 08:20:46 +00:00 committed by GitHub
commit 7d50964bcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ a tag name:
```none
MyProject @ git+https://git.example.com/MyProject.git@master
MyProject @ it+https://git.example.com/MyProject.git@v1.0
MyProject @ git+https://git.example.com/MyProject.git@v1.0
MyProject @ git+https://git.example.com/MyProject.git@da39a3ee5e6b4b0d3255bfef95601890afd80709
MyProject @ git+https://git.example.com/MyProject.git@refs/pull/123/head
```