Comment 16 for bug 373726

Revision history for this message
John A Meinel (jameinel) wrote :

> I *think* this should be fixable by removing "node_refs[:1] != keys[key][1][:1]" from the check in the line where this failure is occuring (this check is too strict).

If that actually fixes the problem, then we probably want to look more closely at what is going on.

Namely, that should indicate that you are adding the same text *2 times* to the repository, only this time you are adding different content. (A different size delta, etc.)

Have you checked what is actually different here? I can think of ways that check might be too strict, but I can also think of ways that it would uncover bugs in the code calling add_lines().