log src/org/tmatesoft/hg/repo/HgBundle.java @ 414:bb278ccf9866

age author description
2012-02-13 Artem Tikhomirov Few comments
2011-12-06 Artem Tikhomirov Clean internal classes from public API v0.7.0
2011-12-06 Artem Tikhomirov Clean debug stacktraces
2011-12-01 Artem Tikhomirov Propagate errors with exceptions up to a end client
2011-10-13 Artem Tikhomirov Refactor revlog patch mechanism, towards patch merging
2011-09-16 Artem Tikhomirov Issue 11: Error log facility. SessionContext to share common facilities
2011-08-25 Artem Tikhomirov Use Nodeid.isNull check instead of NULL.equals
2011-04-13 Artem Tikhomirov Clone refactored into a command. HgBundle needs means to control its lifecycle, to be deleted when no longer needed
2011-04-12 Artem Tikhomirov Refactor HgBundle to dispatch changes found through callback
2011-03-23 Artem Tikhomirov Initial clone: populate given directory from a bundle. Everything but remote server access is there, albeit prototype code style
2011-03-23 Artem Tikhomirov Towards initial clone: refactor HgBundle to provide slightly higher-level structure of the bundle
2011-03-09 Artem Tikhomirov Merged branch wrap-data-access into default for resource-friendly data access. Updated API to promote that friendliness to clients (channels, not byte[]). More exceptions base src/com/tmate/hgkit/ll/HgBundle.java@2f16f70cdef0
2011-02-24 Artem Tikhomirov Changeset => RawChangeset
2011-02-16 Artem Tikhomirov core.Cset renamed to HgChangeset; repo.Changeset moved into HgChangelog
2011-01-28 Artem Tikhomirov Updated contact address to support@hg4j.com
2011-01-24 Artem Tikhomirov Moved RevlogStream implementation into .internal