Mercurial > hg4j
comparison src/com/tmate/hgkit/ll/StatusCollector.java @ 59:b771e94a4f7c
Introduce Internals to keep LocalHgRepo casts and alike in a single place. WCSC optionally to reuse SC data
| author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
|---|---|
| date | Tue, 18 Jan 2011 00:08:15 +0100 |
| parents | 576d6e8a09f6 |
| children | 19e9e220bf68 |
comparison
equal
deleted
inserted
replaced
| 58:4cfc47bc14cc | 59:b771e94a4f7c |
|---|---|
| 36 i = new ManifestRevisionInspector(rev, rev); | 36 i = new ManifestRevisionInspector(rev, rev); |
| 37 cache.put(rev, i); | 37 cache.put(rev, i); |
| 38 repo.getManifest().walk(rev, rev, i); | 38 repo.getManifest().walk(rev, rev, i); |
| 39 } | 39 } |
| 40 return i; | 40 return i; |
| 41 } | |
| 42 | |
| 43 /*package-local*/ ManifestRevisionInspector raw(int rev) { | |
| 44 return get(rev); | |
| 41 } | 45 } |
| 42 | 46 |
| 43 // hg status --change <rev> | 47 // hg status --change <rev> |
| 44 public void change(int rev, Inspector inspector) { | 48 public void change(int rev, Inspector inspector) { |
| 45 int[] parents = new int[2]; | 49 int[] parents = new int[2]; |
