Mercurial > hg4j
log src/org/tmatesoft/hg/repo/HgBundle.java @ 284:7232b94f2ae3
age | author | description |
---|---|---|
Thu, 25 Aug 2011 03:57:39 +0200 | Artem Tikhomirov | Use Nodeid.isNull check instead of NULL.equals |
Thu, 14 Apr 2011 00:47:04 +0200 | Artem Tikhomirov | Clone refactored into a command. HgBundle needs means to control its lifecycle, to be deleted when no longer needed |
Tue, 12 Apr 2011 19:36:18 +0200 | Artem Tikhomirov | Refactor HgBundle to dispatch changes found through callback |
Wed, 23 Mar 2011 20:46:00 +0100 | Artem Tikhomirov | Initial clone: populate given directory from a bundle. Everything but remote server access is there, albeit prototype code style |
Wed, 23 Mar 2011 14:13:11 +0100 | Artem Tikhomirov | Towards initial clone: refactor HgBundle to provide slightly higher-level structure of the bundle |
Wed, 09 Mar 2011 05:22:17 +0100 | 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 |