$ bzr push bzr+ssh://<email address hidden>:2222/branch/
running "ssh <email address hidden>:2222 bzr update "/branch/""
ssh: example.com:2222: Name or service not known
This transport does not update the working tree of: bzr+ssh://<email address hidden>:2222/branch/. See 'bzr help working-trees' for more information.
Pushed up to revision 123.
bzr-push-and-update needs to separate out the port and pass it to ssh in the correct way.
lp:bzr r4459, lp:lp:bzr-push- and-update r12.
$ bzr push bzr+ssh://<email address hidden> :2222/branch/ :2222/branch/ . See 'bzr help working-trees' for more information.
running "ssh <email address hidden>:2222 bzr update "/branch/""
ssh: example.com:2222: Name or service not known
This transport does not update the working tree of: bzr+ssh://<email address hidden>
Pushed up to revision 123.
bzr-push-and-update needs to separate out the port and pass it to ssh in the correct way.