[IPython-dev] Fully working Win32 installer

Brian Granger ellisonbg.net at gmail.com
Thu Sep 4 23:51:27 EDT 2008


> When you ask collaborators to review, do you mean they go over all the
> revisions listed here manually?
>
> https://code.launchpad.net/~ellisonbg/ipython/trunk-dev

In launchpad, when you propose a branch for merging and request
review, a new page gets created for that code review:

https://code.launchpad.net/~ellisonbg/ipython/trunk-dev/+merge/933

This page only lists the commits that have not been reviewed _and_
merged.  This page is a click or two away from the page you asked
about.

> Or is there something I'm missing.  I'm trying to get an idea of the patch,
> review, merge workflow you guys are using.  Do you use Guido's code review
> tool?  Can you?

I don't think you can use Guido's tools yet with bzr+launchpad.  But,
Launchpad's new code review system seems to do a lot of what we need -
and with 0 setup.

The workflow that are are playing around with is this:

1.  All devs do their work in branches*
2.  When they have a set of commits ready for review, they propose
that the branch be merged.
3.  People use Launchpad to review
4.  When all is OK, the merge happens.

*Sometimes the branches are short lived feature branches that go away
after the merge.  Other branches (like my trunk-dev branch above) is
long lived.  It is where I do much of my ipython development.  These
branches have a continual merge proposal.  The merge page shows the
latest commits that are ready to go and people can review just the
un-merged ones.

We have lots of fine tuning to figure out, but overall I am liking it.
 Compared to cvs/svn, this is lightyears ahead.

Brian
>
> cheers,
> prabhu
>
>



More information about the IPython-dev mailing list