> > > For what it's worth, I would do (and do do) the multi-gate method, and
> > > don't like the other branching at all.
> >
> > And can you limit new branches creation, or is it process which forbids
> > (or does not encourage to) to create local branches and push them to
> > server ?
> 
> You should be able to disallow this with a hook on either side (if
> incoming change would add an extra head, don't allow it to go back, or
> roll it back).

Ah, that seems to be good idea, inspect the state after push and roll it
back in case that it did something we don't like.


> In general, mercurial will require you to force a push that adds an
> extra head to the parent.  I can't currently remember if this is the
> case with formal branches too, or just extra heads (which are assumed
> to be unmerged).

I believe that push warns you only for unmerged heads.


> We want similar hooks for the ON gate (unless the gatekeepers ask
> otherwise), we certainly don't want people pushing both heads of an
> unmerged change and we don't really want people to be able to push a
> new branch into the gate either.

Is there bug filled, or is it general wish for now ?

Thank you
-- 
        Vlad

Attachment: pgpErMW4MREpm.pgp
Description: PGP signature

_______________________________________________
tools-discuss mailing list
tools-discuss@opensolaris.org

Reply via email to