log src/org/tmatesoft/hg/repo/HgLookup.java @ 713:661e77dc88ba tip

age author description
Thu, 08 Aug 2013 19:18:50 +0200 Artem Tikhomirov Provisional APIs and respective implementation for http, https and ssh remote repositories
Tue, 06 Aug 2013 21:18:33 +0200 Artem Tikhomirov in, out and clone tests pass for ssh repositories. Infrastructure to decouple HgRemoteRepository from specific Connector implementation
Wed, 22 May 2013 15:52:31 +0200 Artem Tikhomirov Explicit HgRuntimeException to facilitate easy switch from runtime to checked exceptions
Mon, 20 May 2013 16:56:40 +0200 Artem Tikhomirov Update to comply with Java 1.5 target
Thu, 16 May 2013 19:46:13 +0200 Artem Tikhomirov Refactor approach how content finds it way down to a commit revision
Wed, 17 Apr 2013 16:02:52 +0200 Artem Tikhomirov Throw exception if repository encountered is too old for Hg4J
Tue, 15 Jan 2013 17:07:19 +0100 Artem Tikhomirov Initial support for Revert command with accompanying minor refactoring
Wed, 31 Oct 2012 15:17:21 +0100 Artem Tikhomirov Add lookup of remote paths from repository's .hg/hgrc, respect default (origin)
Thu, 18 Oct 2012 16:27:32 +0200 Artem Tikhomirov Leave path as close as possible to one supplied by user. No need to keep it as canonical
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
Thu, 29 Mar 2012 20:54:04 +0200 Artem Tikhomirov FIXMEs: awkward API refactored, what need to be internal got hidden; public aspects got captured in slim interfaces
Wed, 28 Mar 2012 18:39:29 +0200 Artem Tikhomirov FIXMEs: exceptions, javadoc
Fri, 23 Mar 2012 22:51:18 +0100 Artem Tikhomirov Major refactoring of exception handling. Low-level API uses RuntimeExceptions, while checked are left for higher level
Tue, 06 Dec 2011 19:47:01 +0100 Artem Tikhomirov Clean debug stacktraces