Mercurial > hg4j
diff src/org/tmatesoft/hg/core/HgManifestCommand.java @ 222:373e07cd3991
Due to discrepancy in manifest and changelor indexes, wrong manifest revisions got cached and compared
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Thu, 19 May 2011 05:02:07 +0200 |
parents | 41a778e3fd31 |
children | 1792b37650f2 |
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/core/HgManifestCommand.java Thu May 19 04:45:52 2011 +0200 +++ b/src/org/tmatesoft/hg/core/HgManifestCommand.java Thu May 19 05:02:07 2011 +0200 @@ -147,7 +147,7 @@ pathPool = null; } - public boolean begin(int revision, Nodeid nid) { + public boolean begin(int manifestRevision, Nodeid nid, int changelogRevision) { if (needDirs && manifestContent == null) { manifestContent = new LinkedList<FileRevision>(); }