On Sun, Mar 13, 2011 at 9:32 PM, Eli Bendersky <eli...@gmail.com> wrote:

> The way to do this, IMHO, is just create a local clone and work on it. Then
> you can keep checking partial changes in without ever worrying about
> accidentally modifying the official repo. Especially if some of this work is
> experimental and bound to eventually be thrown away, I think it's a more
> flexible way to work than use MQ.

The problem is that you need to be working in a straight line.  If there are
several related but unordered changes involved, once you've committed to
a branch it's rather annoying to reorder things.  mq makes such reordering
easy in many cases.
_______________________________________________
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