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
|
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
|
Fri, 25 Mar 2011 00:13:37 +0100 |
Artem Tikhomirov |
Configuration handling out of HgLookup (bad idea to use URL to pass keys)
|
Fri, 25 Mar 2011 00:05:52 +0100 |
Artem Tikhomirov |
Towards outgoing changes - initial detection logic, get connected with remote repo stub
|
Wed, 23 Mar 2011 20:46:00 +0100 |
Artem Tikhomirov |
Initial clone: populate given directory from a bundle. Everything but remote server access is there, albeit prototype code style
|
Wed, 23 Mar 2011 14:13:11 +0100 |
Artem Tikhomirov |
Towards initial clone: refactor HgBundle to provide slightly higher-level structure of the bundle
|
Thu, 24 Feb 2011 20:14:11 +0100 |
Artem Tikhomirov |
[2] do not rely clients supplied us absolute path
|
Wed, 23 Feb 2011 22:36:28 +0100 |
Artem Tikhomirov |
Exceptions, javadoc. Initial cancel and progress support
|
Fri, 28 Jan 2011 03:50:52 +0100 |
Artem Tikhomirov |
Updated contact address to support@hg4j.com
|
Thu, 27 Jan 2011 21:22:57 +0100 |
Artem Tikhomirov |
Lookup to HgLookup
base
src/org/tmatesoft/hg/repo/Lookup.java@e4cd2799d4e7
|