Pushing after merge considered harmful

Stefan Monnier monnier at iro.umontreal.ca
Tue Jan 26 03:01:05 GMT 2010


>> Would it be possible to refuse a "bzr push" if it would change the
>> destination's history by changing the order of the ancestors?

> There is append_revisions_only option in branch.conf to do so.
> It can be set when branch created:
> bzr init --append-revisions-only
> Or after creation by editing .bzr/branch/branch.conf on the server, just add the line
> append_revisions_only = True
> The latter can be done with help of hitchhicker.

Cool, thanks, it looks like just the thing we need.


        Stefan





More information about the bazaar mailing list