mercurial/bundle2.py
Tue, 14 Oct 2014 02:32:26 -0700 Pierre-Yves David bundle2: extract processing of part into its own function
Tue, 14 Oct 2014 01:27:25 -0700 Pierre-Yves David bundle2: add a comment about addchangegroup source and url
Tue, 14 Oct 2014 13:26:01 -0700 Durham Goode obsolete: add exchange option
Thu, 02 Oct 2014 00:15:15 -0500 Pierre-Yves David bundle2: remove an explicit packing
Tue, 23 Sep 2014 16:22:52 +0900 Mike Hommey bundle2: rename functions that have the same name
Tue, 02 Sep 2014 12:11:36 +0200 Sune Foldager changegroup: rename bundle-related functions and classes
Tue, 26 Aug 2014 11:48:26 +0200 Pierre-Yves David bundle2: add a `obsmarkersversion` function to extract supported version
Thu, 21 Aug 2014 18:18:38 -0700 Pierre-Yves David bundle2: advertise the obsmarker part in bundle2 capabilities
Mon, 25 Aug 2014 19:21:47 +0200 Pierre-Yves David bundle2: introduce a `getrepocaps` to retrieve the bundle2 caps of a repo
Mon, 25 Aug 2014 19:17:06 +0200 Pierre-Yves David obsmarker: move bundle2caps from the localrepo class to the bundle2 module
Mon, 25 Aug 2014 18:35:39 +0200 Pierre-Yves David obsmarker: produce a reply part for markers received through bundle2
Mon, 25 Aug 2014 18:10:08 +0200 Pierre-Yves David obssmarker: add a bundle2 record with the number of markers added
Mon, 25 Aug 2014 18:09:54 +0200 Pierre-Yves David obsmarker: write a message with the number of markers added through bundle2
Mon, 25 Aug 2014 18:08:22 +0200 Pierre-Yves David bundle2: add an obsmarkers part handler
Wed, 02 Jul 2014 16:17:54 +0200 Pierre-Yves David bundle2: add a ``bundle20.nbparts`` property
Tue, 27 May 2014 16:32:50 -0700 Pierre-Yves David bundle2: add ``pushkey`` support
Tue, 27 May 2014 15:42:03 -0700 Pierre-Yves David bundle: introduce a listkey handler
Sat, 24 May 2014 16:20:09 -0700 Pierre-Yves David bundle2: introduce a bundle2caps function
Wed, 28 May 2014 15:37:47 -0700 Pierre-Yves David bundle2: raise BundleValueError error for stream level unsupported params
Wed, 28 May 2014 16:46:58 -0700 Pierre-Yves David bundle2: support None parttype in BundleValueError
Tue, 27 May 2014 12:16:45 -0700 Pierre-Yves David bundle2: ignore advisory part with unknown parameters
Tue, 27 May 2014 12:01:00 -0700 Pierre-Yves David bundle2: enforce all parameters in a part to be handled
Wed, 28 May 2014 11:40:07 -0700 Pierre-Yves David bundle2: declare supported parameters for all handlers
Tue, 27 May 2014 11:49:48 -0700 Pierre-Yves David bundle2: make it possible to declare params handled by a part handler
Wed, 28 May 2014 15:57:23 -0700 Pierre-Yves David bundle2: support transmission of params error over the wire
Wed, 28 May 2014 15:51:19 -0700 Pierre-Yves David bundle2: introduce a parttype attribute to BundleValueError
Tue, 27 May 2014 10:32:07 -0700 Pierre-Yves David bundle2: rename b2x:error:unknownpart to b2x:error:unsupportedcontent
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 20:23:54 -0700 Pierre-Yves David bundle2: expose mandatory params in a mandatorykeys attribute
Mon, 26 May 2014 18:45:43 -0700 Pierre-Yves David bundle2: use the new ``part.params`` dictionary
Fri, 23 May 2014 17:26:57 -0700 Pierre-Yves David bundle2: introduce a ``params`` dictionary on unbundled parts
Fri, 23 May 2014 17:17:39 -0700 Pierre-Yves David bundle2: make sure unbundled part param are read-only
Wed, 28 May 2014 10:04:02 -0700 Pierre-Yves David bundle2: introduce an ``_initparams`` method
Thu, 22 May 2014 12:52:09 -0700 Pierre-Yves David bundle2: forbid duplicate parameter keys
Fri, 23 May 2014 16:46:30 -0700 Pierre-Yves David bundle2: update part creators to ``addparam`` when relevant
Thu, 22 May 2014 11:38:40 -0700 Pierre-Yves David bundle2: introduce a ``addparam`` method on part
Thu, 22 May 2014 11:21:26 -0700 Pierre-Yves David bundle2: the ability to set ``data`` attribute of the part is now official
Sat, 24 May 2014 16:08:05 -0700 Pierre-Yves David bundle2: introduce a ReadOnlyPartError exception
Fri, 23 May 2014 16:20:30 -0700 Pierre-Yves David bundle2: warn about error during initialization in ``newpart`` docstring
Thu, 22 May 2014 11:14:02 -0700 Pierre-Yves David bundle2: track life cycle of parts
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
less more (0) -100 -60 tip