Mercurial > hg4j
log src/org/tmatesoft/hg/internal/Internals.java @ 500:465316bf97e8
age | author | description |
---|---|---|
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 |
Mon, 18 Jun 2012 16:54:00 +0200 | Artem Tikhomirov | Refactor LogFacility and SessionContext, better API for both |
Wed, 28 Mar 2012 18:39:29 +0200 | Artem Tikhomirov | FIXMEs: exceptions, javadoc |
Thu, 22 Mar 2012 23:09:11 +0100 | Artem Tikhomirov | Allow IOException from DataAccess methods for subclasses with non-trivial implementations, to avoid exception dumps when inapropriate v0.8.5 |