log src/org/tmatesoft/hg/repo/HgBranches.java @ 507:a6435c1a42d0

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
2011-09-24 Artem Tikhomirov Recognize closed branches
2011-09-16 Artem Tikhomirov Issue 11: Error log facility. SessionContext to share common facilities
2011-07-12 Artem Tikhomirov Use updated location of cache files (cache/ folder instead of .cache filename extension). Provide means to update (write down) cache for subsequent uses
2011-06-09 Artem Tikhomirov Speed up branches calculation when cached branch information is available
2011-05-19 Artem Tikhomirov Basic information about branches