Exporting remote Bazaar branch creates unnecessary clone #5443
Labels
C: vcs
pip's interaction with version control systems like git, svn and bzr
type: enhancement
Improvements to functionality
When creating an export of a remote Bazaar branch, pip currently will create a local clone of the branch, and then create an export from there.
This is unnecessary, as Bazaar supports directly exporting from a remote branch location - and this is significantly faster than first cloning, then exporting.
The text was updated successfully, but these errors were encountered: