Hi John, On Fri, 2008-01-25 at 03:02 -0800, John Rose wrote: > Meanwhile, various engineers (like me) are accumulating > changes into personal repos. I'm using mq so I have maximum > flexibility of changeset factoring up to the moment of commit. > You can see a couple of my changes out for review here, FWIW: > http://homepage.mac.com/rose00/work/webrev/index.htm
Nice! If you are not too busy could you describe how you do a typical hg mq workflow in your day to day work? For IcedTea we are actually working with plain patches committed to a hg repository which then get applied (by a script) to a separate upstream openjdk hg repository. Needless to say that isn't really ideal. Is your webrev page above a custom script or is that possible with mercurial mq directly? Thanks, Mark