Mercurial > hg4j
diff src/org/tmatesoft/hg/repo/HgManifest.java @ 324:283b294d1079
Explore alternatives to access file-changelog combined history
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Mon, 03 Oct 2011 06:47:20 +0200 |
parents | ac38e75c9e8e |
children | d42a45a2c9d6 |
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/repo/HgManifest.java Fri Sep 30 08:44:48 2011 +0200 +++ b/src/org/tmatesoft/hg/repo/HgManifest.java Mon Oct 03 06:47:20 2011 +0200 @@ -411,6 +411,7 @@ return revisionNumber; } + // XXX likely can be replaced with Revlog.RevisionInspector public void next(int revisionNumber, int actualLen, int baseRevision, int linkRevision, int parent1Revision, int parent2Revision, byte[] nodeid, DataAccess data) { if (changelog2manifest != null) { // next assertion is not an error, rather assumption check, which is too development-related to be explicit exception -