Mercurial > jhg
comparison src/com/tmate/hgkit/ll/WorkingCopyStatusCollector.java @ 63:a47530a2ea12
Typo in the method name
| author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
|---|---|
| date | Tue, 18 Jan 2011 18:42:50 +0100 |
| parents | b771e94a4f7c |
| children | 0e499fed9b3d |
comparison
equal
deleted
inserted
replaced
| 62:25819103de17 | 63:a47530a2ea12 |
|---|---|
| 33 | 33 |
| 34 /** | 34 /** |
| 35 * Optionally, supply a collector instance that may cache (or have already cached) base revision | 35 * Optionally, supply a collector instance that may cache (or have already cached) base revision |
| 36 * @param sc may be null | 36 * @param sc may be null |
| 37 */ | 37 */ |
| 38 public void setBseRevisionCollector(StatusCollector sc) { | 38 public void setBaseRevisionCollector(StatusCollector sc) { |
| 39 baseRevisionCollector = sc; | 39 baseRevisionCollector = sc; |
| 40 } | 40 } |
| 41 | 41 |
| 42 private HgDirstate getDirstate() { | 42 private HgDirstate getDirstate() { |
| 43 if (dirstate == null) { | 43 if (dirstate == null) { |
