error message when attempting to use ssh:// urlspec doesn't mention sftp://
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
I get:
% bzr push ssh://cs.
bzr: ERROR: Unsupported protocol for url "ssh://
Furthermore, when bzr+ssh fails (presumably because bzr is not installed globally on the target):
% bzr push bzr+ssh:
Host key fingerprint is 98:e0:3e:
+--[ RSA 2048]----+
|oo. |
|=+ . + |
|= . X |
| . = = o |
| . = o S |
| .+ |
|.E. + |
|... o |
| |
+-----------------+
bash: bzr: command not found
bzr: ERROR: Connection closed: please check connectivity and permissions
It seems like both of those would be a good time to point the user at "sftp://" and/or "bzr help urlspec"
Changed in bzr: | |
status: | New → Confirmed |
importance: | Undecided → Wishlist |
tags: | added: doc ui |
tags: | added: check-for-breezy |