1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/pip/vcs
john.scott.atlakson@gmail.com 425bfafbb6 Fixed bug where git commit revisions were ignored (unless they were the full SHA1 of a branch or tag) which resulted in pip installing HEAD instead of the specified revision.
If a revision is provided, the git backend will checkout the revision unless it is == HEAD.
2010-06-27 13:19:47 -04:00
..
__init__.py Made version control and commands loading use pkgutil. 2010-07-26 04:54:16 +02:00
bazaar.py moved pip.util functions `get_file_content, urlopen, is_url, url_to_path, path_to_url, path_to_url2, geturl and is_archive_file` to pip.download 2010-07-02 11:53:07 -03:00
git.py Fixed bug where git commit revisions were ignored (unless they were the full SHA1 of a branch or tag) which resulted in pip installing HEAD instead of the specified revision. 2010-06-27 13:19:47 -04:00
mercurial.py moved pip.util functions `get_file_content, urlopen, is_url, url_to_path, path_to_url, path_to_url2, geturl and is_archive_file` to pip.download 2010-07-02 11:53:07 -03:00
subversion.py removed unused vars and imports 2010-06-03 21:58:16 -03:00