[EMAIL PROTECTED] 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];
        }
    }
}


_______________________________________________
Monotone-devel mailing list
Monotone-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/monotone-devel

Reply via email to