[Python-Dev] py: urls, new bazaar plugin available

Andrii V. Mishkovskyi mishok13 at gmail.com
Fri Mar 13 15:23:11 CET 2009


On Thu, Mar 12, 2009 at 6:26 PM, Barry Warsaw <barry at python.org> wrote:
> -----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

And here is anouncement of similar Mercurial extension (slightly more
general, though):
http://selenic.com/pipermail/mercurial/2009-March/024547.html
Should this go to http://wiki.python.org/moin/Mercurial (this page
doesn't exist yet) or somewhere else?

>
> 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 at python.org
> http://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe:
> http://mail.python.org/mailman/options/python-dev/mishok13%40gmail.com
>



-- 
--
Wbr, Andrii V. Mishkovskyi.

He's got a heart of a little child, and he keeps it in a jar on his desk.


More information about the Python-Dev mailing list