Mercurial > hg4j
comparison 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 |
comparison
equal
deleted
inserted
replaced
323:4c7e3ba67213 | 324:283b294d1079 |
---|---|
409 return changelog2manifest[revisionNumber]; | 409 return changelog2manifest[revisionNumber]; |
410 } | 410 } |
411 return revisionNumber; | 411 return revisionNumber; |
412 } | 412 } |
413 | 413 |
414 // XXX likely can be replaced with Revlog.RevisionInspector | |
414 public void next(int revisionNumber, int actualLen, int baseRevision, int linkRevision, int parent1Revision, int parent2Revision, byte[] nodeid, DataAccess data) { | 415 public void next(int revisionNumber, int actualLen, int baseRevision, int linkRevision, int parent1Revision, int parent2Revision, byte[] nodeid, DataAccess data) { |
415 if (changelog2manifest != null) { | 416 if (changelog2manifest != null) { |
416 // next assertion is not an error, rather assumption check, which is too development-related to be explicit exception - | 417 // next assertion is not an error, rather assumption check, which is too development-related to be explicit exception - |
417 // I just wonder if there are manifests that have two entries pointing to single changeset. It seems unrealistic, though - | 418 // I just wonder if there are manifests that have two entries pointing to single changeset. It seems unrealistic, though - |
418 // changeset records one and only one manifest nodeid | 419 // changeset records one and only one manifest nodeid |