[Python-checkins] Insanity! (Re: Python-checkins digest, Vol 1 #346 - 1 msg)

Barry A. Warsaw bwarsaw@cnri.reston.va.us (Barry A. Warsaw)
Fri, 4 Feb 2000 16:27:51 -0500 (EST)


>>>>> "SM" == Skip Montanaro <skip@mojam.com> writes:

    SM> I remember that Greg Stein did something to elide long context
    SM> diffs (maybe just trim them to 40kbytes or so?) in his checkin
    SM> stuff.  Barry, I thought you were about to adopt that
    SM> convention as well.  Perhaps now would be the time?

What Greg wanted, and what I implemented, was trimming the diffs if
they were larger than x lines, where x currently == 1000.  In that
case, we trim the diffs to 40 lines.  This doesn't help you if there
are tons of smaller diffs in a digest.  I'm happy to tweak the numbers
if people want, but I'm not going to do any significant work on the
script (no time).

-Barry