mercurial/bundle2.py
Mon, 06 Apr 2015 16:04:33 -0700 Pierre-Yves David unbundle20: retrieve unbundler instances through a factory function
Mon, 06 Apr 2015 15:40:12 -0700 Pierre-Yves David bundle20: move magic string into the class
Thu, 05 Feb 2015 15:56:50 -0800 Eric Sumner bundle2.unbundle20: add compressed() method
Thu, 05 Feb 2015 15:52:57 -0800 Eric Sumner bundle2.unpackermixin: default value for seek() whence parameter
Thu, 05 Feb 2015 10:57:45 -0800 Eric Sumner bundle2: seek in part iterator
Thu, 05 Feb 2015 10:56:05 -0800 Eric Sumner bundle2: now that we have a seek implementation, use it
Wed, 14 Jan 2015 16:14:19 -0800 Eric Sumner bundle2.unbundlepart: implement seek()
Wed, 14 Jan 2015 15:57:57 -0800 Eric Sumner bundle2.unbundlepart: tell() implementation
Wed, 14 Jan 2015 14:46:23 -0800 Eric Sumner bundle2.unbundlepart: keep an index of chunks and their locations
Wed, 14 Jan 2015 14:32:22 -0800 Eric Sumner bundle2.unbundlepart: raise payloadchunks from a closure to a method
Wed, 14 Jan 2015 14:24:16 -0800 Eric Sumner bundle2.unpackermixin: control for underlying file descriptor
Sat, 17 Jan 2015 18:08:47 -0800 Matt Mackall bundle2: fix parttype enforcement
Thu, 18 Dec 2014 19:14:01 -0800 Pierre-Yves David bundle2: enforce parttype as alphanumerical
Wed, 17 Dec 2014 21:14:19 -0800 Eric Sumner bundle2.bundlepart: make mandatory part flag explicit in API
Fri, 12 Dec 2014 12:31:41 -0800 Eric Sumner bundle2._processpart: forcing lower-case compare is no longer necessary
Fri, 12 Dec 2014 11:26:56 -0800 Eric Sumner bundle2.unbundlepart: decouple mandatory from parttype
Fri, 21 Nov 2014 15:50:38 -0800 Eric Sumner bundle2-push: provide transaction to reply unbundler
Mon, 24 Nov 2014 16:04:44 -0800 Eric Sumner bundle2.processbundle: let callers request default behavior
Thu, 06 Nov 2014 10:05:43 +0000 Pierre-Yves David bundle2: drop duplicated definition of 'b2x:exchange'
Wed, 24 Sep 2014 21:33:12 -0700 Pierre-Yves David bundle2: support a "version" argument in `changegroup` part
Wed, 24 Sep 2014 21:28:54 -0700 Pierre-Yves David bundle2caps: advertise the available versions for changegroup packer
Thu, 17 Apr 2014 22:47:38 +0200 Mads Kiilerich spelling: fixes from proofreading of spell checker issues
Wed, 15 Oct 2014 03:52:20 -0700 Pierre-Yves David bundle2: transmit exception during part generation stable
Tue, 14 Oct 2014 10:47:47 -0700 Pierre-Yves David bundle2: add a interrupt mechanism stable
Fri, 17 Oct 2014 09:57:05 +0900 Mike Hommey bundle2: client side support for a part to import external bundles
Wed, 15 Oct 2014 03:27:25 -0700 Pierre-Yves David bundle2: detect and disallow a negative chunk size
Wed, 15 Oct 2014 03:22:47 -0700 Pierre-Yves David bundle2: add an UnsupportedPartError
Wed, 01 Oct 2014 23:40:23 -0500 Pierre-Yves David bundle2: change header size and make them signed (new format)
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
less more (0) -100 -60 tip