monotone-devel
[Top][All Lists]
Advanced

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

Re: [Monotone-devel] Monotone Security


From: Daniel Carrera
Subject: Re: [Monotone-devel] Monotone Security
Date: Thu, 16 Oct 2008 22:23:40 +0200
User-agent: Thunderbird 2.0.0.17 (Macintosh/20080914)

address@hidden wrote:
On Thu, Oct 16, 2008 at 10:05:59PM +0200, Daniel Carrera wrote:
It says to delete *every* descendant of that revision, not just the descendants with the bad key.

I see what you mean. You are right. What I should have said is "delete every descendant from that particular (light) branch". How about this:

foreach (head) {
    if (head is signed with bad key) {
        for (i=0; ancestor[i] is signed with bad key; i++) {
            delete ancestor[i];
        }
    }
}




reply via email to

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