Mercurial > hg4j
diff 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 |
line wrap: on
line diff
--- a/src/com/tmate/hgkit/ll/StatusCollector.java Mon Jan 17 23:01:19 2011 +0100 +++ b/src/com/tmate/hgkit/ll/StatusCollector.java Tue Jan 18 00:08:15 2011 +0100 @@ -40,6 +40,10 @@ return i; } + /*package-local*/ ManifestRevisionInspector raw(int rev) { + return get(rev); + } + // hg status --change <rev> public void change(int rev, Inspector inspector) { int[] parents = new int[2];