On Apr 6, 2010, at 8:07 PM, Stephen Bannasch wrote: > I'm confused about how to interpret these two guards for coro.patch: '+coro' > and '-/coro' > > What does the prefix '-/' signify?
/foo by local convention means "not foo". Therefore, -/foo is a double negative. It may be needed (besides plain +foo) due to the rules hg uses to total up the effects of all the guards. -- John _______________________________________________ mlvm-dev mailing list [email protected] http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
