Open
Description
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.