monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Monotone-devel] multiple (3+) ancestors


From: Zack Weinberg
Subject: Re: [Monotone-devel] multiple (3+) ancestors
Date: Fri, 9 Feb 2007 10:53:12 -0800

On 2/8/07, Markus Schiltknecht <address@hidden> wrote:
Hi,

http://www.venge.net/monotone/wiki/MultiParentWorkspaceFallout on the
wiki currently states: "A revision can't have more than two parents."
While Graydon recently answered me, that monotone itself does not pose
such a limit.

Graydon is mistaken.  revision_t::check_sane() reads in part

if (edges.size() == 1)
   ...
 else if (edges.size() == 2)
   ...
 else
   // revisions must always have either 1 or 2 edges
   I(false);

qed.

zw




reply via email to

[Prev in Thread] Current Thread [Next in Thread]