AFAIK, the zip was created from the donation_review branch on the http://hg.netbeans.org/releases repository. IIRC, the branch was originally branched from default sometime in December last year, but then was updated with default branch changes sometime in April. If I am looking right, the last common changeset is "426cf49d9cea9fb8ffc4ac63b87ea6a4a6e08196": $ hg debugancestor donation_review default 303705:426cf49d9cea9fb8ffc4ac63b87ea6a4a6e08196
So we are talking about changes between this changeset and the tip of the default branch (in either the releases repository, or the jet-main repository, these should be mostly in synch if all goes well). Jan On Wed, Nov 1, 2017 at 4:57 PM, Matthias Bläsing <[email protected]> wrote: > Hey, > > Am Mittwoch, den 01.11.2017, 13:16 +0100 schrieb Bertrand Delacretaz: > > > > On Wed, Nov 1, 2017 at 12:52 PM, Jan Lahoda <[email protected]> wrote: > > > ...To the best of my knowledge, getting the changes (for donated > > > modules) from > > > hg.nb.org to the incubator-netbeans repository is a work in > > > progress... > > > > I don't know how many changes this represents, but IMO the simplest > > way to bring them here is to have their authors contribute them again > > to Apache NetBeans. > > > > to know the extend of the problem, it would be good to know which > mercurial revision the donation was build from. From there the > changesets could be traced, that touched the donated modules and thus a > list could be created. > > This assumes, that the donation was create from one of the core > repositories. > > Can this be done? > > Thanks > > Matthias >
