log src/org/tmatesoft/hg/internal/Internals.java @ 582:90df078d6418

age author description
2013-04-17 Artem Tikhomirov Provide means to read user-specific configuration, with no specific repository selected
2013-02-25 Artem Tikhomirov Commit: tests and fixes for defects discovered
2013-02-13 Artem Tikhomirov Commit: handle empty repository case
2013-01-23 Artem Tikhomirov Towards commit command: refactor clone, extract pieces to reuse. Describe a defect discovered when bundle has few patches with 0,0 parents
2013-01-15 Artem Tikhomirov Initial support for Revert command with accompanying minor refactoring
2013-01-11 Artem Tikhomirov Repository checkout support, first iteration
2012-11-30 Artem Tikhomirov Allow to override lock timeout from within Hg4J
2012-10-29 Artem Tikhomirov Change the way extensions are accessed (with ExtensionsManager now), add preliminary Rebase extension support
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-18 Artem Tikhomirov Refactor LogFacility and SessionContext, better API for both
2012-03-28 Artem Tikhomirov FIXMEs: exceptions, javadoc
2012-03-22 Artem Tikhomirov Allow IOException from DataAccess methods for subclasses with non-trivial implementations, to avoid exception dumps when inapropriate v0.8.5
2012-03-22 Artem Tikhomirov Respect long offsets in revlogs