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

_______________________________________________
mlvm-dev mailing list
mlvm-dev@openjdk.java.net
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

Reply via email to