On Sat, Mar 20, 2010 at 16:50, Ulf Zibis <[email protected]> wrote: > Am 20.03.2010 01:17, schrieb Martin Buchholz: >> >> On Fri, Mar 19, 2010 at 14:46, Ulf Zibis<[email protected]> wrote: >> >>> >>> Now I have two patches in my mq queue. >>> Martin, how do I create 2 exports in the form, you would like? >>> >> >> Just copy the patch files to some public web-accessible place, >> as I do with cr.openjdk.java.net. > > Just looked into .hg\patches. > Didn't imagine, that things could be so simple.
mercurial does try to have mechanisms as simple as possible. I really do think of my in-progress jdk development as being the set of patch files in the .hg/patches directory. Martin
