bzr patch's url handling is limited
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Wishlist
|
Unassigned | ||
bzr (Ubuntu) |
Triaged
|
Low
|
Unassigned |
Bug Description
Binary package hint: bzr
I was trying to use the following commands:
bzr patch "http://
bzr patch "https:/
bzr patch "http://
All of these end up failing with errors like:
bzr: ERROR: No such file: 'http://
ProblemType: Bug
Architecture: amd64
Date: Thu Aug 20 15:22:03 2009
DistroRelease: Ubuntu 9.10
Package: bzr 1.17-1
ProcEnviron:
SHELL=/bin/zsh
PATH=(custom, user)
LANG=en_US.UTF-8
ProcVersionSign
SourcePackage: bzr
Uname: Linux 2.6.31-5-generic x86_64
Changed in bzr: | |
status: | New → Confirmed |
importance: | Undecided → Wishlist |
tags: |
added: transport removed: amd64 apport-bug |
information type: | Public → Public Security |
information type: | Public Security → Public |
tags: | added: amd64 apport-bug |
tags: | added: check-for-breezy |
This actually seems to be a bzr problem, as transport. get_transport( dirname) .get(basename)
fails for at least the first URL.
Thanks,
James