log src/org/tmatesoft/hg/repo/HgLookup.java @ 618:7c0d2ce340b8

age author description
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
Fri, 16 Sep 2011 05:35:32 +0200 Artem Tikhomirov Issue 11: Error log facility. SessionContext to share common facilities
Tue, 17 May 2011 00:56:54 +0200 Artem Tikhomirov Issue 5: Facilities for progress and cancellation. More specific exceptions. Exceptions from callbacks as RuntimeException
Thu, 14 Apr 2011 00:47:04 +0200 Artem Tikhomirov Clone refactored into a command. HgBundle needs means to control its lifecycle, to be deleted when no longer needed
Tue, 12 Apr 2011 19:10:38 +0200 Artem Tikhomirov Refactor incoming and outgoing code to be shared with RepositoryComparator. Placeholders for in/out commands. Refactor common remote lookup code