RevisionLookup manifestNodeids;
private RevisionMapper(boolean useOwnRevisionLookup) throws HgRuntimeException {
changelogRevisionCount = HgManifest.this.getRepo().getChangelog().getRevisionCount();
if (useOwnRevisionLookup) {
manifestNodeids = new RevisionLookup(HgManifest.this.content);
}
}