mercurial/exchange.py
Wed, 07 May 2014 17:20:38 -0700 Durham Goode bundle2: fix configuration name mismatch
Tue, 29 Apr 2014 12:35:02 +0900 Yuya Nishihara exchange: fix invalid reference to bundle2.UnknownPartError caught by pyflakes stable
Mon, 21 Apr 2014 16:13:15 -0700 Pierre-Yves David bundle2: gracefully handle hook abort stable
Mon, 21 Apr 2014 18:59:09 -0700 Pierre-Yves David bundle2: fix raising errors during heads checking stable
Tue, 22 Apr 2014 11:41:34 -0700 Pierre-Yves David bundle2: catch UnknownPartError during local push stable
Mon, 21 Apr 2014 19:43:01 -0700 Pierre-Yves David bundle2: catch UnknownPartError during pull stable
Mon, 21 Apr 2014 19:42:51 -0700 Pierre-Yves David bundle2: catch UnknownPartError during push stable
Thu, 17 Apr 2014 16:56:15 -0400 Pierre-Yves David bundle2: allow extensions to extend the getbundle request
Thu, 17 Apr 2014 17:32:34 -0400 Pierre-Yves David bundle2: add a way to add parts during a `getbundle` request
Thu, 17 Apr 2014 17:25:50 -0400 Pierre-Yves David getbundle: pass arbitrary arguments all along the call chain
Thu, 17 Apr 2014 17:59:28 -0400 Pierre-Yves David bundle2: call a hook after the transaction is closed
Thu, 17 Apr 2014 17:21:39 -0400 Pierre-Yves David bundle2: call a hook prior to closing the transaction
Thu, 17 Apr 2014 17:16:21 -0400 Pierre-Yves David bundle2: inform transaction that we are in a bundle2 unbundle
Thu, 17 Apr 2014 16:54:15 -0400 Pierre-Yves David bundle2: allow extensions to plug into the push process
Thu, 17 Apr 2014 16:04:58 -0400 Pierre-Yves David bundle2: require both client and server to opt in
Thu, 17 Apr 2014 15:45:12 -0400 Pierre-Yves David bundle2: move all parts into a `bx2` namespace
Thu, 17 Apr 2014 15:33:17 -0400 Pierre-Yves David bundle2: rename server capability to bundle2-exp
Thu, 17 Apr 2014 15:27:54 -0400 Pierre-Yves David bundle2: use HG2X in the header
Thu, 17 Apr 2014 02:01:38 -0400 Pierre-Yves David bundle2: transmit capabilities to getbundle during pull
Thu, 17 Apr 2014 14:37:24 -0400 Pierre-Yves David bundle2: include client capabilities in the pushed bundle
Thu, 17 Apr 2014 01:49:20 -0400 Pierre-Yves David bundle2: advertise bundle2 caps in server capabilities
Wed, 16 Apr 2014 14:09:35 -0400 Pierre-Yves David bundle2: introduce `replycaps` part for on-demand reply
Tue, 15 Apr 2014 16:49:30 -0400 Pierre-Yves David bundle2: return a bundle20 object from exchanges.unbundle
Tue, 15 Apr 2014 16:42:52 -0400 Pierre-Yves David bundle2: feed a binary stream to `peer.unbundle`
Tue, 15 Apr 2014 11:27:55 -0400 Pierre-Yves David bundle2: return a stream from exchange.getbundle
Tue, 15 Apr 2014 13:57:15 -0400 Pierre-Yves David bundle2: let readbundle return unbundle20
Tue, 15 Apr 2014 13:42:45 -0400 Pierre-Yves David bundle2: prepare readbundle to return more that one type of bundle
Mon, 14 Apr 2014 15:45:30 -0400 Pierre-Yves David bundle2: add a ui argument to readbundle
Mon, 14 Apr 2014 15:33:50 -0400 Pierre-Yves David bundle2: move `readbundle` into the `exchange` module
Mon, 14 Apr 2014 14:46:32 -0400 Pierre-Yves David bundle2: use headerless HG10UN stream in changegroup
Thu, 10 Apr 2014 10:53:43 -0700 Pierre-Yves David bundle2: allow using bundle2 for push
Wed, 16 Apr 2014 00:37:24 +0900 FUJIWARA Katsunori localrepo: introduce "prepushoutgoinghooks" to extend outgoing check easily
Sun, 13 Apr 2014 19:01:00 +0200 Mads Kiilerich spelling: fixes from spell checker
Sun, 13 Apr 2014 12:21:09 -0400 Pierre-Yves David exchange: restore truncated comment
Fri, 11 Apr 2014 07:36:14 -0700 Pierre-Yves David bundle2: rename part to bundlepart
Sat, 12 Apr 2014 00:53:15 -0400 Pierre-Yves David bundle2: use chunkbuffer for exchange.getbundle
Sat, 12 Apr 2014 14:56:55 -0400 Pierre-Yves David bundle2: lazily generate the changegroup part in exchange.getbundle
Fri, 11 Apr 2014 17:20:15 -0400 Matt Mackall exchange: fix pyflakes import complaint
Fri, 11 Apr 2014 13:43:41 -0400 Pierre-Yves David exchange: drop useless line break
Fri, 04 Apr 2014 17:50:44 -0700 Pierre-Yves David localrepo: add unbundle support
Fri, 04 Apr 2014 17:28:59 -0700 Pierre-Yves David unbundle: extract the core logic in another function
Fri, 04 Apr 2014 17:15:25 -0700 Pierre-Yves David unbundle: extract checkheads in its own function
Fri, 04 Apr 2014 16:41:51 -0700 Durham Goode exchange: pass bundlecaps through to changegroup
Tue, 01 Apr 2014 23:41:32 -0700 Pierre-Yves David bundle2: allow pulling changegroups using bundle2
Fri, 04 Apr 2014 01:51:54 -0700 Pierre-Yves David bundle2: add an exchange.getbundle function
Tue, 01 Apr 2014 15:27:53 -0700 Pierre-Yves David localrepo: move the addchangegroup method in changegroup module
Tue, 01 Apr 2014 14:33:23 -0700 Pierre-Yves David localrepo: move the getlocalbundle method in changegroup module
Tue, 01 Apr 2014 13:59:55 -0700 Pierre-Yves David localrepo: move the _changegroupsubset method in changegroup module
Tue, 01 Apr 2014 13:45:48 -0700 Pierre-Yves David push: pass a `pushoperation` object to localrepo.checkpush
Tue, 01 Apr 2014 18:56:19 -0700 Pierre-Yves David pull: add a set of steps that remain to be done during the pull
Tue, 01 Apr 2014 17:35:25 -0700 Pierre-Yves David pull: put discovery step in its own function
Tue, 01 Apr 2014 17:28:21 -0700 Pierre-Yves David pull: move the cgresult logic in _pullchangeset
Tue, 01 Apr 2014 17:21:52 -0700 Pierre-Yves David pull: move return code in the pull operation object
Wed, 26 Mar 2014 15:55:32 -0700 Pierre-Yves David pull: prevent duplicated entry in `op.pulledsubset`
Thu, 27 Feb 2014 19:56:36 -0800 Siddharth Agarwal exchange: fix docs for pulloperation
Fri, 31 Jan 2014 01:39:59 -0800 Pierre-Yves David pull: move changeset pulling in its own function
Tue, 11 Feb 2014 14:51:38 -0800 Pierre-Yves David pull: move `fetch` subset into the object
Fri, 31 Jan 2014 01:34:00 -0800 Pierre-Yves David pull: make pulled subset a propertycache of the pull object
Fri, 31 Jan 2014 01:25:56 -0800 Pierre-Yves David pull: move phases synchronisation in its own function
Fri, 31 Jan 2014 01:21:42 -0800 Pierre-Yves David pull: move pulled subset into the object
less more (0) -60 tip