On Mon, Aug 5, 2013 at 2:22 PM, Antoine Pelisse [off-list ref] wrote:
From: Felipe Contreras <redacted>
6796d49 (remote-hg: use a shared repository store) introduced a bug by
making the shared repository '.git/hg', which is already used before
that patch, so clones that happened before that patch, fail after that
patch, because there's no shared Mercurial repo.
It's trivial to upgrade to the new organization by copying the Mercurial
repo from one of the remotes (e.g. 'origin'), so let's do so.
In addition to that, simplify the shared repo initialization; if the
repository is shared, the pull on the child will use the parent's
storage, so there's no need for the initial clone.
And make sure the shared repository is always present.
It seems pretty clear to me that we are talking about multiple patches here.
--
Felipe Contreras