mercurial/exchange.py
Thu, 29 May 2014 14:59:22 -0700 Pierre-Yves David getbundle: raise error if extra arguments are provided for bundle10
Tue, 27 May 2014 15:29:08 -0700 Pierre-Yves David pull: split remote phases retrieval from actual application
Thu, 22 May 2014 13:31:33 -0700 Pierre-Yves David bundle2: introduce a ``caps20to10`` function
Sat, 24 May 2014 16:20:09 -0700 Pierre-Yves David bundle2: introduce a bundle2caps function
Thu, 22 May 2014 12:58:07 -0700 Pierre-Yves David exchange: reinsert comment in the right place
Wed, 28 May 2014 15:31:05 -0700 Pierre-Yves David bundle2: move exception classes into the error module
Wed, 28 May 2014 14:22:24 -0700 Pierre-Yves David bundle2: rename UnknownPartError to BundleValueError
Fri, 23 May 2014 15:59:19 -0700 Pierre-Yves David bundle2: update all ``addpart`` callers to ``newpart``
Thu, 22 May 2014 16:27:16 -0700 Pierre-Yves David exchange: drop dead code
Thu, 22 May 2014 13:39:55 -0700 Pierre-Yves David exchange: fix indentation level
Wed, 07 May 2014 17:24:19 -0700 Durham Goode bundle2: fix bundle2 pulling all revs on empty pulls
Wed, 07 May 2014 19:26:15 -0700 Pierre-Yves David exchange: fix bad indentation
Wed, 07 May 2014 19:28:17 -0700 Pierre-Yves David exchange: propagate arguments to the _getbundleextrapart function
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
less more (0) -100 -60 tip