Pushing after merge considered harmful

Alexander Belchenko bialix at ukr.net
Mon Jan 25 22:12:10 GMT 2010


Stefan Monnier пишет:
> 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.




More information about the bazaar mailing list