diff --git a/docs/reference/pip_install.rst b/docs/reference/pip_install.rst index 175a8f264b0129281e878277d893761f74dbb701..b86e78eea7f2b6623a9c26887e0a7b305b5df225 100644 --- a/docs/reference/pip_install.rst +++ b/docs/reference/pip_install.rst @@ -374,6 +374,10 @@ Passing branch names, a commit hash or a tag name is possible like so:: [-e] git://git.example.com/MyProject.git@v1.0#egg=MyProject [-e] git://git.example.com/MyProject.git@da39a3ee5e6b4b0d3255bfef95601890afd80709#egg=MyProject +When passing a commit hash, specifying a full hash is preferable to a partial +hash because a full hash allows pip to operate more efficiently (e.g. by +making fewer network calls). + Mercurial ~~~~~~~~~