commit | aa09599a3d15e94d1fb317f65155ce22e6d9fc58 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Fri Oct 29 18:35:43 2010 -0700 |
committer | Shawn O. Pearce <spearce@spearce.org> | Mon Nov 01 14:10:00 2010 -0700 |
tree | 9914b4ee93ecda5252f27e779912891d36a08636 | |
parent | d9b224aeb658dfbdb10e75c7366d0583a95dfa78 [diff] |
Fix ugly diff showing insertion of new method When adding a new method near the end of the sequence we want to show the full method inserted, and not tear the prior method due to the common trailing curly brace being consumed as part of the common end region of the sequences. Bug: 328895 Change-Id: I233bc40445fb5452863f5fb082bc3097433a8da6 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>