log src/org/tmatesoft/hg/repo/HgInternals.java @ 661:5d8798772cca

age author description
2013-05-07 Artem Tikhomirov Clean, organize and resolve some TODOs and FIXMEs: minor refactorings and comments
2012-10-18 Artem Tikhomirov Refactor to keep knowledge about repository control files and their location in respect to .hg/ in a single place (facilitate future adoption of shared repositories)
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-08-07 Artem Tikhomirov Handle include and unset directives in config files
2012-06-22 Artem Tikhomirov Cleaned experimental tag and updated comments/javadoc
2012-04-27 Artem Tikhomirov Tests for subrepo API, refactor status tests for reuse, better subrepos API
2012-03-29 Artem Tikhomirov FIXMEs: awkward API refactored, what need to be internal got hidden; public aspects got captured in slim interfaces