Mon, 09 May 2011 11:49:23 +0200 |
Alexander Kitaev |
Project uses Gradle for build.
gradle
|
Fri, 29 Apr 2011 02:37:52 +0200 |
Artem Tikhomirov |
Compound HgDate object to provide flexible access to change date/time information
|
Thu, 28 Apr 2011 03:55:23 +0200 |
Artem Tikhomirov |
Wrong parent assignment when building branch chain
|
Thu, 28 Apr 2011 03:44:45 +0200 |
Artem Tikhomirov |
Few branches (distinct BranchChains from distinct heads) may end up with same nodes. Building BC structure fixed to reuse chain elements
|
Thu, 28 Apr 2011 03:17:50 +0200 |
Artem Tikhomirov |
Correct index of revisions to be added into a repository
|
Thu, 28 Apr 2011 03:10:56 +0200 |
Artem Tikhomirov |
Conditional debug printouts
|
Thu, 28 Apr 2011 02:47:44 +0200 |
Artem Tikhomirov |
Sample command line tools for incoming/outgoing to use commands
|
Thu, 28 Apr 2011 02:00:42 +0200 |
Artem Tikhomirov |
HgLogCommand.Handler is used in few places, pull up to top-level class, HgChangesetHandler
|
Tue, 26 Apr 2011 23:58:15 +0200 |
Artem Tikhomirov |
Add clone,incoming and outging tests
|
Tue, 26 Apr 2011 15:52:33 +0200 |
Artem Tikhomirov |
Basic test for HgOutgoingCommand. Handle cases with no outgoing changes in RepositoryComparator
|
Tue, 26 Apr 2011 02:50:06 +0200 |
Artem Tikhomirov |
Basic test for HgIncomingCommand. Fix RepositoryComparator for cases when whole repository is unknown. Respect freshly initialized (empty) repositories in general.
|
Thu, 21 Apr 2011 19:16:45 +0200 |
Artem Tikhomirov |
Primitive test for clone command
|
Wed, 20 Apr 2011 21:14:51 +0200 |
Artem Tikhomirov |
Performance optimization: reduce memory ParentWalker hogs
|
Wed, 20 Apr 2011 05:45:10 +0200 |
Artem Tikhomirov |
Tip constant has changed, reflected in tests
|
Wed, 20 Apr 2011 05:40:14 +0200 |
Artem Tikhomirov |
Performance optimization: reduce memory to keep revlog cached info
|
Tue, 19 Apr 2011 03:49:29 +0200 |
Artem Tikhomirov |
Investigate optimization options to allow fast processing of huge repositories. Fix defect in StatusCollector that lead to wrong result comparing first revision to empty repo (-1 to 0), due to same TIP constant value
|
Mon, 18 Apr 2011 18:04:24 +0200 |
Artem Tikhomirov |
Pool objects to avoid memory polution with duplicates
|
Fri, 15 Apr 2011 05:17:44 +0200 |
Artem Tikhomirov |
Optimization: use ParentWalker to get changeset's parents, if possible. Do not keep duplicating nodeids and strings in manifest revisions
|
Fri, 15 Apr 2011 03:35:08 +0200 |
Artem Tikhomirov |
Use common low to hi-level changeset api transformer
|
Fri, 15 Apr 2011 03:28:12 +0200 |
Artem Tikhomirov |
Use common low to hi-level changeset api transformer
|
Fri, 15 Apr 2011 03:17:03 +0200 |
Artem Tikhomirov |
Incoming and Outgoing commands are alive
|
Thu, 14 Apr 2011 19:53:31 +0200 |
Artem Tikhomirov |
Do not assume second parent can be set only when first one is set, again
|
Thu, 14 Apr 2011 02:48:06 +0200 |
Artem Tikhomirov |
More debug printouts
|
Thu, 14 Apr 2011 02:47:47 +0200 |
Artem Tikhomirov |
Correct entry index when revlog has not inlined data
|
Thu, 14 Apr 2011 02:46:35 +0200 |
Artem Tikhomirov |
[4] IllegalArgumentException: Underflow. Legitimate attempt to read 0 bytes lead to exception
|
Thu, 14 Apr 2011 01:11:40 +0200 |
Artem Tikhomirov |
Added cleanup and rebuild target; option to include debug information
|
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
|
Wed, 13 Apr 2011 19:55:59 +0200 |
Artem Tikhomirov |
Complete Outgoing cmdline, with both lite (revisions) and complete (changeset) information dump
|
Wed, 13 Apr 2011 19:09:10 +0200 |
Artem Tikhomirov |
Complete incoming cmdline client, with both lite (revisions) and complete (full changeset) information dump
|
Wed, 13 Apr 2011 14:15:13 +0200 |
Artem Tikhomirov |
Do not assume second parent can be set only when first one is set
|
Tue, 12 Apr 2011 19:36:18 +0200 |
Artem Tikhomirov |
Refactor HgBundle to dispatch changes found through callback
|
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
|