Re: git vs hg commit counts?

From: Marti Raudsepp
Date: Mon Oct 26 2009 - 21:16:57 EST


On Tue, Oct 27, 2009 at 2:18 AM, Junio C Hamano <gitster@xxxxxxxxx> wrote:
> We simplify a merge history by discarding one branch when the merge result
> matches one of the parents. ÂDoes "hg" know how to do that as well?

57 of the differing changesets are normal merges (probably what Junio explained)
3 are duplicate changesets in hg, probably also related to that
27 changesets are octopus merge fixups

wrt octopus merges: in git, one merge commit can have an arbitrary
number of parents, but in hg a merge changeset always has 2 parents --
so a octopus merge is represented as multiple distinct changesets.

Marti
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/