mercurial/bundle2.py
Fri, 23 May 2014 15:59:19 -0700 Pierre-Yves David bundle2: update all ``addpart`` callers to ``newpart``
Fri, 23 May 2014 15:54:18 -0700 Pierre-Yves David bundle2: have ``newpart`` automatically add the part to the bundle
Fri, 23 May 2014 15:45:46 -0700 Pierre-Yves David bundle2: add a ``newpart`` method to ``bundle20``
Thu, 22 May 2014 10:48:37 -0700 Pierre-Yves David bundle2: small doc update on the bundler
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 19:42:40 -0700 Pierre-Yves David bundle2: use a more specific UnknownPartError when no handler is found stable
Mon, 21 Apr 2014 15:48:52 -0700 Pierre-Yves David bundle2: gracefully handle abort during unbundle stable
Tue, 22 Apr 2014 11:22:41 -0700 Pierre-Yves David bundle2: decorate exception raised during bundle processing stable
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:44:53 -0400 Pierre-Yves David bundle2: capabilities encoding
Thu, 17 Apr 2014 01:09:05 -0400 Pierre-Yves David bundle2: extract capabilities decoding
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:55:59 -0400 Pierre-Yves David bundle2: adds a capabilities attribute on bundler20
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 13:54:54 -0400 Pierre-Yves David bundle2: make header reading optional
Mon, 14 Apr 2014 14:46:32 -0400 Pierre-Yves David bundle2: use headerless HG10UN stream in changegroup
Fri, 11 Apr 2014 06:43:01 -0700 Pierre-Yves David bundle2: add a "check:heads" handler
Sun, 13 Apr 2014 19:01:00 +0200 Mads Kiilerich spelling: fixes from spell checker
Sat, 12 Apr 2014 00:38:15 -0400 Pierre-Yves David bundle2: directly feed part to readbundle
Fri, 11 Apr 2014 16:05:22 -0400 Pierre-Yves David bundle2: lazy unbundle of part payload
Fri, 11 Apr 2014 15:47:38 -0400 Pierre-Yves David bundle2: move unpackheader closure into the class
Fri, 11 Apr 2014 15:46:09 -0400 Pierre-Yves David bundle2: move the fromheader closure into the class itself
Fri, 11 Apr 2014 15:43:16 -0400 Pierre-Yves David bundle2: add an unbundle part responsible from unbundling part
Fri, 11 Apr 2014 15:19:54 -0400 Pierre-Yves David bundle2: extract stream/unpack logic in an unpackermixin
Fri, 11 Apr 2014 07:36:14 -0700 Pierre-Yves David bundle2: rename part to bundlepart
Fri, 11 Apr 2014 16:43:01 -0400 Pierre-Yves David bundle2: comment to clarify why the handler call is where it is
Fri, 11 Apr 2014 08:04:16 -0700 Pierre-Yves David bundle2: support chunk iterator as part data
Thu, 10 Apr 2014 12:33:20 -0700 Pierre-Yves David bundle2: extract a _payloadchunks method for part
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
Fri, 11 Apr 2014 08:24:59 -0700 Pierre-Yves David bundle2: add reply awareness to unbundlerecords
Tue, 01 Apr 2014 00:07:17 -0700 Pierre-Yves David bundle2: add an integer id to part
Wed, 02 Apr 2014 23:56:49 -0700 Pierre-Yves David bundle2: make it possible have a global transaction for the unbundling
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
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
Tue, 01 Apr 2014 00:08:15 -0700 Pierre-Yves David bundle2: safely read unpack data from part header
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
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
less more (0) -60 tip