Mercurial > hg4j
log src/org/tmatesoft/hg/repo/HgInternals.java @ 612:dca70c0b1f74
age | author | description |
---|---|---|
Tue, 07 May 2013 21:27:51 +0200 | Artem Tikhomirov | Clean, organize and resolve some TODOs and FIXMEs: minor refactorings and comments |
Thu, 18 Oct 2012 18:36:13 +0200 | 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) |
Thu, 16 Aug 2012 17:08:34 +0200 | 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) |
Tue, 07 Aug 2012 19:14:53 +0200 | Artem Tikhomirov | Handle include and unset directives in config files |
Fri, 22 Jun 2012 17:39:31 +0200 | Artem Tikhomirov | Cleaned experimental tag and updated comments/javadoc |
Fri, 27 Apr 2012 20:57:20 +0200 | Artem Tikhomirov | Tests for subrepo API, refactor status tests for reuse, better subrepos API |