Mercurial > jhg
comparison src/org/tmatesoft/hg/internal/DiffHelper.java @ 556:e55f17a7a195
AnnotateFacility renamed to HgBlameFacility and exposed, API shapes out and got some javadoc
| author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
|---|---|
| date | Fri, 22 Feb 2013 20:21:24 +0100 |
| parents | 4ea0351ca878 |
| children | 47dfa0ec7e35 |
comparison
equal
deleted
inserted
replaced
| 555:e623aa2ca526 | 556:e55f17a7a195 |
|---|---|
| 318 System.arraycopy(input, from, rv, 0, rv.length); | 318 System.arraycopy(input, from, rv, 0, rv.length); |
| 319 return rv; | 319 return rv; |
| 320 } | 320 } |
| 321 | 321 |
| 322 | 322 |
| 323 final class ByteChain { | 323 public final class ByteChain { |
| 324 private final int start, end; | 324 private final int start, end; |
| 325 private final int hash; | 325 private final int hash; |
| 326 | 326 |
| 327 /** | 327 /** |
| 328 * construct a chunk with a sole purpose to keep | 328 * construct a chunk with a sole purpose to keep |
