Mercurial > hg4j
log src/org/tmatesoft/hg/repo/HgBranches.java @ 497:02140be396d5
age | author | description |
---|---|---|
2012-08-16 | Artem Tikhomirov | Refactoring: move HgRepository's implementation aspects to Internals (which is now its imlementation counterpart and primary repository class to be used by other parts of the library) |
2012-06-18 | Artem Tikhomirov | Refactor LogFacility and SessionContext, better API for both |
2012-03-30 | Artem Tikhomirov | Revlog.RevisionMap helper class got promoted as TLC, renamed to HgRevisionMap |
2012-03-30 | Artem Tikhomirov | Revlog.ParentWalker helper class got promoted as TLC, renamed to HgParentChildMap |
2012-03-23 | Artem Tikhomirov | Major refactoring of exception handling. Low-level API uses RuntimeExceptions, while checked are left for higher level |
2011-12-16 | Artem Tikhomirov | Use 'revision index' instead of the vague 'local revision number' concept in the API |
2011-12-16 | Artem Tikhomirov | Use exceptions to expose errors reading mercurial data |
2011-12-01 | Artem Tikhomirov | Propagate errors with exceptions up to a end client |