-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello Bazaar users!

There's a new Bazaar plugin you can use to more easily access read- only or read-write branches on code.python.org. This plugin provides the 'py:' url prefix. For example, to get the trunk branch with the plugin installed, you can now do:

    bzr branch py:trunk

or to get the 2.6 branch you can do:

    bzr branch py:2.6

You can also use this to get user branches, e.g. my email rewrite branch:

    bzr branch py:~barry/30email

If you have write access to branches on code.python.org, you can either set the environment variable $PYDEV_USER or the Bazaar configuration option pydev_user (the value doesn't matter) to get bzr +ssh access instead of the standard http access. py: works both for branching and pushing.

Thanks to Karl Fogel for the implementation. You'll need Karl's pydev plugin branch, and instructions on installing this are available here:

    http://tinyurl.com/aq55oc

I've updated the wiki page with additional details:

    http://wiki.python.org/moin/Bazaar

Enjoy!
Barry

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Darwin)

iQCVAwUBSbk3xHEjvBPtnXfVAQIiVgQAt3GwmDSkFjog/mp4PxVKn/F6MQoEDa/A
0nNysiU2oEvUXDBWPlab2V53tqpZ/uvOS17hl7ZhlDe+Z2jUUYiCkH+Hfvpz5F9n
u0Gf+5dMA7GQkLhvOezu7r6ngu2mmBB84ZwAfX4tJM+bBuQEn+U3BuRspkDiCb0S
iZONBdHyk5g=
=Pb2v
-----END PGP SIGNATURE-----
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to