2013-08-08 |
Artem Tikhomirov |
Provisional APIs and respective implementation for http, https and ssh remote repositories
|
2013-08-06 |
Artem Tikhomirov |
in, out and clone tests pass for ssh repositories. Infrastructure to decouple HgRemoteRepository from specific Connector implementation
|
2013-05-22 |
Artem Tikhomirov |
Explicit HgRuntimeException to facilitate easy switch from runtime to checked exceptions
|
2013-05-20 |
Artem Tikhomirov |
Update to comply with Java 1.5 target
|
2013-05-16 |
Artem Tikhomirov |
Refactor approach how content finds it way down to a commit revision
|
2013-04-17 |
Artem Tikhomirov |
Throw exception if repository encountered is too old for Hg4J
|
2013-01-15 |
Artem Tikhomirov |
Initial support for Revert command with accompanying minor refactoring
|
2012-10-31 |
Artem Tikhomirov |
Add lookup of remote paths from repository's .hg/hgrc, respect default (origin)
|
2012-10-18 |
Artem Tikhomirov |
Leave path as close as possible to one supplied by user. No need to keep it as canonical
|
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-29 |
Artem Tikhomirov |
FIXMEs: awkward API refactored, what need to be internal got hidden; public aspects got captured in slim interfaces
|
2012-03-28 |
Artem Tikhomirov |
FIXMEs: exceptions, javadoc
|
2012-03-23 |
Artem Tikhomirov |
Major refactoring of exception handling. Low-level API uses RuntimeExceptions, while checked are left for higher level
|
2011-12-06 |
Artem Tikhomirov |
Clean debug stacktraces
|
2011-09-16 |
Artem Tikhomirov |
Issue 11: Error log facility. SessionContext to share common facilities
|
2011-05-16 |
Artem Tikhomirov |
Issue 5: Facilities for progress and cancellation. More specific exceptions. Exceptions from callbacks as RuntimeException
|
2011-04-13 |
Artem Tikhomirov |
Clone refactored into a command. HgBundle needs means to control its lifecycle, to be deleted when no longer needed
|
2011-04-12 |
Artem Tikhomirov |
Refactor incoming and outgoing code to be shared with RepositoryComparator. Placeholders for in/out commands. Refactor common remote lookup code
|
2011-03-24 |
Artem Tikhomirov |
Configuration handling out of HgLookup (bad idea to use URL to pass keys)
|
2011-03-24 |
Artem Tikhomirov |
Towards outgoing changes - initial detection logic, get connected with remote repo stub
|
2011-03-23 |
Artem Tikhomirov |
Initial clone: populate given directory from a bundle. Everything but remote server access is there, albeit prototype code style
|
2011-03-23 |
Artem Tikhomirov |
Towards initial clone: refactor HgBundle to provide slightly higher-level structure of the bundle
|
2011-02-24 |
Artem Tikhomirov |
[2] do not rely clients supplied us absolute path
|
2011-02-23 |
Artem Tikhomirov |
Exceptions, javadoc. Initial cancel and progress support
|
2011-01-28 |
Artem Tikhomirov |
Updated contact address to support@hg4j.com
|
2011-01-27 |
Artem Tikhomirov |
Lookup to HgLookup
base
src/org/tmatesoft/hg/repo/Lookup.java@e4cd2799d4e7
|