commit | e76ca310aa62c2076bdc6841a85f21c70098fb60 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Thu Feb 25 19:52:40 2010 -0800 |
committer | Shawn O. Pearce <sop@google.com> | Thu Feb 25 19:52:40 2010 -0800 |
tree | 6db050b335e654edef3fe4e833fddbdf70a234f0 | |
parent | c1fe3e4563711bd37a770bb84874339f191db09c [diff] |
Tweak the intraline difference heuristics We had a few cases where the intraline difference was showing us something confusing, like replacing characters in a common word with other characters from a different word. A bit of shifting the offsets after collapsing neighboring edits resolves this nicely. Change-Id: Ic947912277d96bf78afbc9831fb16e4b64e31fb1 Signed-off-by: Shawn O. Pearce <sop@google.com>