Mercurial > jhg
diff cmdline/org/tmatesoft/hg/console/Main.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 | 8de327242aa0 |
children | 26ad7827a62d |
line wrap: on
line diff
--- a/cmdline/org/tmatesoft/hg/console/Main.java Thu May 19 04:45:52 2011 +0200 +++ b/cmdline/org/tmatesoft/hg/console/Main.java Thu May 19 05:02:07 2011 +0200 @@ -143,8 +143,8 @@ } public static final class ManifestDump implements HgManifest.Inspector { - public boolean begin(int revision, Nodeid nid) { - System.out.printf("%d : %s\n", revision, nid); + public boolean begin(int manifestRevision, Nodeid nid, int changelogRevision) { + System.out.printf("%d : %s\n", manifestRevision, nid); return true; }