On Mon, Feb 25, 2008 at 09:21:21AM -0800, Stephen Hahn wrote: > * Shawn Walker <[EMAIL PROTECTED]> [2008-02-24 22:53]: > > As a result of the above process, do you tend to keep a working copy > > for each set of changes you are doing? > > I do--a separate child for each. Danek uses Mercurial Queues (mq) > sometimes, so he might have comments on how he handles multiple sets > of changes.
I just have a bunch of patches in the queue. I usually keep them stacked on each other, in the order that I expect to integrate them, but if they're big and far-reaching, I'll either keep them off-stack while I work on other things, or in a separate repo entirely. Danek _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
