log src/org/tmatesoft/hg/repo/HgBranches.java @ 515:e6c8b9b654b2

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
2011-11-24 Artem Tikhomirov Expose errors reading mercurial control files with exception
2011-11-17 Artem Tikhomirov IAE using stale data from branchheads file (invalid due to repository rollback)
2011-09-28 Artem Tikhomirov Allow to query specific branch heads if they are closed
2011-09-24 Artem Tikhomirov Branch with few children forked shall not ignore other children once one of them is processed