Mercurial > hg4j
log cmdline/org/tmatesoft/hg/console/Remote.java @ 257:f39fb6b3cc76
age | author | description |
---|---|---|
Wed, 06 Apr 2011 02:50:26 +0200 | Artem Tikhomirov | Support for changegroup wire command |
Wed, 06 Apr 2011 01:34:16 +0200 | Artem Tikhomirov | Complete logic to discover all branches missing locally. Most of wire protocol in HgRemoteRepository |
Sat, 02 Apr 2011 23:05:28 +0200 | Artem Tikhomirov | Use POST for long between queries. Batch between queries (pass multiple pairs to a server) to minimize number thereof |
Fri, 25 Mar 2011 00:05:52 +0100 | Artem Tikhomirov | Towards outgoing changes - initial detection logic, get connected with remote repo stub |
Tue, 22 Mar 2011 03:52:34 +0100 | Artem Tikhomirov | Write down results of changegroup (or any other BundleFormat) wireprotocol command |
Wed, 02 Mar 2011 01:06:09 +0100 | Artem Tikhomirov | Investigate pull/clone functionality |
Thu, 24 Feb 2011 18:53:33 +0100 | Alexander Kitaev | Unused variables removed. |