Bug: pushing a stacked branch connects multiple times
John Arbash Meinel
john at arbash-meinel.com
Thu Oct 30 19:33:50 GMT 2008
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I just did my first test using 'bzr push' with a stackable format to
Launchpad.
And I noticed that it ended up starting a new ssh connection 4 times.
Presumably it needs to get access to the stacked-on branch, and maybe
some other things, but it should really re-use the connection if possible.
Connected (version 2.0, client Twisted)
Authentication (publickey) successful!
Secsh channel 1 opened.
Using default stacking branch /~jelmer/bzr-svn/trunk at
bzr+ssh://bazaar.launchpad.net/%7Ejameinel/bzr-svn/
Connected (version 2.0, client Twisted)
Authentication (publickey) successful!
Secsh channel 1 opened.
Connected (version 2.0, client Twisted)
Authentication (publickey) successful!
Secsh channel 1 opened.
Connected (version 2.0, client Twisted)
Authentication (publickey) successful!
Secsh channel 1 opened.
Created new stacked branch referring to /~jelmer/bzr-svn/trunk.
John
=:->
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAkkKDB4ACgkQJdeBCYSNAAOxCgCeO7L+J16WY7IHi7Z0/lXXEkI6
7UYAn05nxMyNx1gRAdZIGl8vKjg+SZhJ
=UZKg
-----END PGP SIGNATURE-----
More information about the bazaar
mailing list