Evolve with named branches vs Evolve with topic branches

Pierre-Yves David pierre-yves.david at ens-lyon.org
Wed Jun 12 16:32:55 UTC 2019



On 3/12/19 10:54 AM, Faheem Mitha wrote:
> Yes, I realise that changing the phase of csets would suffice - that's
> one of the side-effects of pushing to a publishing repos. I was
> thinking that maybe I could just run an automated job to periodically
> make all csets public for all csets that were at least n csets before
> tip.
> 
> Can anyone tell me what that command would look like?

You can use `hg phase --public REV` to turn REV public. You can also use 
`hg push --publish --rev REV` to make REV public during a push.

-- 
Pierre-Yves David


More information about the Evolve-testers mailing list