Skip to content

Commit 8b696f6

Browse files
Sergi Almacellas AbellanaJon Wayne Parrott
authored andcommitted
Remove .git suffix from mercurial repository (pypa#371)
Mercurial repositories does not have the .git suffix, so we should not use it on the example mercurial url.
1 parent f3691de commit 8b696f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorials/installing-packages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ syntax, see pip's section on :ref:`VCS Support <pip:VCS Support>`.
271271
::
272272

273273
pip install -e git+https://git.repo/some_pkg.git#egg=SomeProject # from git
274-
pip install -e hg+https://hg.repo/some_pkg.git#egg=SomeProject # from mercurial
274+
pip install -e hg+https://hg.repo/some_pkg#egg=SomeProject # from mercurial
275275
pip install -e svn+svn://svn.repo/some_pkg/trunk/#egg=SomeProject # from svn
276276
pip install -e git+https://git.repo/some_pkg.git@feature#egg=SomeProject # from a branch
277277

0 commit comments

Comments
 (0)