Mercurial > hg4j
diff src/org/tmatesoft/hg/repo/HgChangelog.java @ 182:f26ffe04ced0
Refactor HgBundle to dispatch changes found through callback
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Tue, 12 Apr 2011 19:36:18 +0200 |
parents | 9423235ca77b |
children | e2115da4cf6a |
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/repo/HgChangelog.java Tue Apr 12 19:10:38 2011 +0200 +++ b/src/org/tmatesoft/hg/repo/HgChangelog.java Tue Apr 12 19:36:18 2011 +0200 @@ -94,6 +94,7 @@ public interface Inspector { // TODO describe whether cset is new instance each time + // describe what revisionNumber is when Inspector is used with HgBundle (BAD_REVISION or bundle's local order?) void next(int revisionNumber, Nodeid nodeid, RawChangeset cset); }