Mercurial > hg4j
log cmdline/org/tmatesoft/hg/console/Incoming.java @ 201:a736f42ed75b
age | author | description |
---|---|---|
Fri, 15 Apr 2011 03:17:03 +0200 | Artem Tikhomirov | Incoming and Outgoing commands are alive |
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:09:10 +0200 | Artem Tikhomirov | Complete incoming cmdline client, with both lite (revisions) and complete (full changeset) information dump |
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 |
Wed, 06 Apr 2011 01:34:16 +0200 | Artem Tikhomirov | Complete logic to discover all branches missing locally. Most of wire protocol in HgRemoteRepository |