On Fri, Sep 18, 2009 at 12:25 PM, Beckmann, Brad <[email protected]> wrote: > Darn...I was hoping -X would work. So by manually creating multiple patches, > you mean qnew a few almost empty patches and then cut-and-paste the one patch > into those new patch files, right?
Or alternatively you can just create the new patch files and import them with 'hg qimport -e'. > It may be just me, but I have a hard time determining in real time when a > modification requires a new patch. After the fact, when the code is cleaned > up, I can see the separation. However, when I'm first trying something, it > is not always clear whether a modification is something I want to keep and > deserves a separate patch. Once I was done I used the -X option with > qrefresh to separate my internal and public changes to two separate patches, > but now realize I should have also split my public changes into multiple > patches as well. I think it's a talent that you can develop with experience... Steve _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
