tests/test-bundle2.t
Wed, 07 May 2014 17:24:19 -0700 Durham Goode bundle2: fix bundle2 pulling all revs on empty pulls stable
Mon, 26 May 2014 12:39:31 -0400 Augie Fackler Merge with stable
Thu, 15 May 2014 23:53:21 -0700 Pierre-Yves David bundle2: make sure standard stream are binary stable
Wed, 07 May 2014 17:24:19 -0700 Durham Goode bundle2: fix bundle2 pulling all revs on empty pulls
Mon, 21 Apr 2014 16:13:15 -0700 Pierre-Yves David bundle2: gracefully handle hook abort stable
Mon, 21 Apr 2014 17:51:58 -0700 Pierre-Yves David bundle2: gracefully handle PushRaced error during unbundle stable
Mon, 21 Apr 2014 20:04:54 -0700 Pierre-Yves David bundle2: add an error message to push race error stable
Mon, 21 Apr 2014 18:59:09 -0700 Pierre-Yves David bundle2: fix raising errors during heads checking stable
Mon, 21 Apr 2014 16:02:03 -0700 Pierre-Yves David bundle2: gracefully handle UnknownPartError during unbundle stable
Mon, 21 Apr 2014 15:59:55 -0700 Pierre-Yves David bundle2: make error testing more modular stable
Mon, 21 Apr 2014 15:48:52 -0700 Pierre-Yves David bundle2: gracefully handle abort during unbundle stable
Thu, 17 Apr 2014 16:01:58 -0400 Pierre-Yves David bundle2: move bundle2 config option to section "experimental"
Thu, 17 Apr 2014 15:45:12 -0400 Pierre-Yves David bundle2: move all parts into a `bx2` namespace
Thu, 17 Apr 2014 15:27:54 -0400 Pierre-Yves David bundle2: use HG2X in the header
Thu, 17 Apr 2014 01:03:33 -0400 Pierre-Yves David bundle2: protect capabilities name and values with url quoting
Thu, 17 Apr 2014 11:44:49 -0400 Pierre-Yves David bundle2: support for capabilities with values
Thu, 17 Apr 2014 11:32:30 -0400 Pierre-Yves David bundle2: add capabilities support in `replycaps` part
Wed, 16 Apr 2014 23:18:27 -0400 Pierre-Yves David bundle2: include stderr when capturing handlers output
Wed, 16 Apr 2014 14:22:24 -0400 Pierre-Yves David bundle2: capture remote stdout while unbundling
Wed, 16 Apr 2014 14:09:35 -0400 Pierre-Yves David bundle2: introduce `replycaps` part for on-demand reply
Wed, 16 Apr 2014 18:41:48 -0400 Pierre-Yves David bundle2: use an official iterparts method to unbundle parts
Tue, 15 Apr 2014 11:53:10 -0400 Pierre-Yves David bundle2: support for push over the wire
Tue, 15 Apr 2014 15:20:33 -0400 Pierre-Yves David bundle2: allow bundle2 for pulling over the wire
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
Fri, 11 Apr 2014 16:05:22 -0400 Pierre-Yves David bundle2: lazy unbundle of part payload
Fri, 11 Apr 2014 15:02:26 -0400 Pierre-Yves David bundle2: lazily iterate over bundle parts in the test
Fri, 11 Apr 2014 07:36:14 -0700 Pierre-Yves David bundle2: rename part to bundlepart
Fri, 11 Apr 2014 08:04:16 -0700 Pierre-Yves David bundle2: support chunk iterator as part data
Tue, 25 Mar 2014 15:05:11 -0700 Pierre-Yves David bundle2: use reply part to return result of addchangegroup
Fri, 04 Apr 2014 14:24:11 -0700 Pierre-Yves David bundle2: produce a bundle2 reply
Tue, 01 Apr 2014 00:07:17 -0700 Pierre-Yves David bundle2: add an integer id to part
Tue, 01 Apr 2014 23:41:32 -0700 Pierre-Yves David bundle2: allow pulling changegroups using bundle2
Wed, 02 Apr 2014 23:56:49 -0700 Pierre-Yves David bundle2: make it possible have a global transaction for the unbundling
Fri, 04 Apr 2014 17:47:19 -0500 Matt Mackall tests: fix test output typo
Mon, 24 Mar 2014 19:37:59 -0700 Pierre-Yves David bundle2: first crude version of bundling changeset with bundle2
Wed, 02 Apr 2014 22:37:50 -0700 Pierre-Yves David bundle2: record processing results in the bundleoperation object
Wed, 02 Apr 2014 22:24:44 -0700 Pierre-Yves David bundle2: introduce a bundleoperation object
Wed, 02 Apr 2014 13:50:57 -0700 Pierre-Yves David bundle2: feed a unbundle20 to the `processbundle` function
Thu, 03 Apr 2014 17:25:47 -0700 Pierre-Yves David bundle2: lock the repo during unbundle test
Mon, 24 Mar 2014 17:20:15 -0700 Pierre-Yves David bundle2: read the whole bundle from stream on abort
Mon, 24 Mar 2014 13:02:02 -0700 Pierre-Yves David bundle2: add some distinction between mandatory and advisory part
Mon, 24 Mar 2014 15:51:00 -0700 Pierre-Yves David bundle2: introduce a `parthandler` decorator
Mon, 24 Mar 2014 12:25:33 -0700 Pierre-Yves David bundle2: first version of a bundle processing
Mon, 24 Mar 2014 11:27:00 -0700 Pierre-Yves David bundle2: rename unbundle2 test command to statbundle2
Thu, 20 Mar 2014 01:24:45 -0700 Pierre-Yves David bundle2: part params
Wed, 19 Mar 2014 23:36:15 -0700 Pierre-Yves David bundle2: support for bundling and unbundling payload
Wed, 19 Mar 2014 23:04:03 -0700 Pierre-Yves David bundle2: support unbundling empty part
Tue, 18 Mar 2014 14:29:33 -0700 Pierre-Yves David bundle2: support bundling of empty part (with a type)
Wed, 19 Mar 2014 17:53:45 -0700 Pierre-Yves David bundle2: implement the mandatory/advisory logic for parameter
Wed, 19 Mar 2014 17:11:49 -0700 Pierre-Yves David bundle2: print debug information during unbundling
Tue, 18 Mar 2014 19:07:10 -0700 Pierre-Yves David bundle2: print debug information during bundling
Wed, 19 Mar 2014 02:36:21 -0700 Pierre-Yves David bundle2: add ability to write to a file to the test
Tue, 18 Mar 2014 18:56:08 -0700 Pierre-Yves David bundle2: force the first char of parameter to be an letter.
Tue, 18 Mar 2014 18:40:31 -0700 Pierre-Yves David bundle2: refuse empty parameter name
Tue, 18 Mar 2014 17:43:08 -0700 Pierre-Yves David bundle2: urlunquote stream parameter name and value during unbundling
Tue, 18 Mar 2014 17:38:11 -0700 Pierre-Yves David bundle2: urlquote stream parameter name and value
Tue, 18 Mar 2014 16:12:33 -0700 Pierre-Yves David bundle2: support for unbundling parameter value
Tue, 18 Mar 2014 16:05:06 -0700 Pierre-Yves David bundle2: support for bundling parameter value
Tue, 18 Mar 2014 15:56:24 -0700 Pierre-Yves David bundle2: support for unbundling simple parameter
less more (0) -60 tip