Mercurial > hg
comparison hgweb.cgi @ 16195:40cc20042fb4 stable
bundlerepo: bundle repos should be non-publishing (issue3266)
Bundle repo contains both the bundle content and the content of the repository
used as a base. This create bugs with phases exchange because the "remote"
repository claim to contains changeset it does not. The easiest way to fix this
bug is to ensure a bundle repo as non publishing. This way changeset will be
seen in the same phase than locally.
This patch does not alter in which phase bundle revision are seen. For now they
are seen as if an old client had add them on the remote: They inherit their
phase from parent whatever the parent is. This is to be fixed in a later patch
author | Pierre-Yves David <pierre-yves.david@logilab.fr> |
---|---|
date | Wed, 29 Feb 2012 14:41:11 +0100 |
parents | 85cba926cb59 |
children | 4b0fc75f9403 |
comparison
equal
deleted
inserted
replaced
16194:6ba530122d8b | 16195:40cc20042fb4 |
---|