commit | a3bad45dd88834046af75f451ff6be15c43f583c | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Wed Feb 24 10:31:43 2010 -0800 |
committer | Shawn O. Pearce <sop@google.com> | Wed Feb 24 10:31:46 2010 -0800 |
tree | ef201abeee34c600092aeb29e0fe9e88ea1a8f23 | |
parent | 1dfab9d82a3d089977ab8d6367dc3294e5432484 [diff] |
Fix combined diffs on merge commits A bad automated refactoring led us to try and obtain the EditList for a combined diff patch script. These scripts don't have any edits, because there is more than old image involved in each range. Fix the code to rule out a combined diff format script and do not access its EditList when creating the cache entry. Change-Id: Idc81370ffb4b1c7bf65c525043bf6b21314a01cf Signed-off-by: Shawn O. Pearce <sop@google.com>