mlvm don't build
Christian Thalinger
Christian.Thalinger at Sun.COM
Wed Nov 25 09:30:14 PST 2009
On Wed, 2009-11-25 at 11:47 -0500, Stephen Bannasch wrote:
> I'n new at using hg ... when I ran hg fpull -u in the root of my bsd-port dir many directories report as unchanged but these three reported that they were skipped:
>
> [hotspot]
> skipped: 'hotspot' has mq patches applied
>
> [jdk]
> skipped: 'jdk' has mq patches applied
>
> [langtools]
> skipped: 'langtools' has mq patches applied
>
> It seems like the current state of my repo is blocking needed updates.
Right. I normally pop all patches manually:
$ cd hotspot
$ hg qpop -a
...
>
> What are the mq patches?
The mercurial queues (hotspot, jdk, langtools) contain all mlvm patches
required.
> What's the best way to bring my local hg repos back to a state where
> hg fpull -u will pull in and apply the patches I need?
See above.
-- Christian
More information about the mlvm-dev
mailing list