mercurial/bundle2.py
Wed, 27 May 2015 23:48:54 -0700 Pierre-Yves David bundle2: introduce a PushkeyFail error to abort unbundle on pushkey error
Wed, 27 May 2015 05:28:40 -0700 Pierre-Yves David bundle2: abort when a mandatory pushkey part fails
Mon, 01 Jun 2015 20:23:22 -0700 Gregory Szorc bundle2: part handler for processing .hgtags fnodes mappings
Tue, 26 May 2015 23:06:17 -0700 Pierre-Yves David bundle2: hide bundle2 stream debug under a config flag
Tue, 26 May 2015 23:47:19 -0700 Pierre-Yves David bundle2: add generic debug output regarding processed interruption
Tue, 26 May 2015 23:58:38 -0700 Pierre-Yves David bundle2: add generic debug output regarding processed part payload
Tue, 26 May 2015 23:36:31 -0700 Pierre-Yves David bundle2: add generic debug output regarding processed part
Wed, 27 May 2015 00:02:49 -0700 Pierre-Yves David bundle2: add generic debug output at the end of bundle processing
Wed, 27 May 2015 00:00:35 -0700 Pierre-Yves David bundle2: add generic debug output regarding processed bundle
Wed, 27 May 2015 00:22:29 -0700 Pierre-Yves David bundle2: add generic debug output regarding generated interruption
Wed, 27 May 2015 00:19:16 -0700 Pierre-Yves David bundle2: add generic debug output regarding generated parts
Wed, 27 May 2015 00:10:30 -0700 Pierre-Yves David bundle2: add generic debug output regarding generated bundle
Wed, 27 May 2015 00:52:01 -0700 Pierre-Yves David bundle2: add debug output for part generation
Tue, 26 May 2015 23:01:39 -0700 Pierre-Yves David bundle2: handle new line in 'indebug' function
Tue, 26 May 2015 20:40:21 -0700 Pierre-Yves David bundle2: prefix all unbundling debug message with 'bundle2-input:'
Tue, 26 May 2015 22:48:52 -0700 Pierre-Yves David bundle2: introduce a specific function for debug messages while unbundling
Thu, 28 May 2015 10:00:22 -0700 Pierre-Yves David bundle2: add an informative comment to the capability dict
Tue, 26 May 2015 23:02:19 -0700 Pierre-Yves David bundle2: handle new line in 'outdebug' function
Tue, 26 May 2015 22:57:35 -0700 Pierre-Yves David bundle2: prefix all bundling debug messages with 'bundle2-ouput:'
Tue, 26 May 2015 22:49:03 -0700 Pierre-Yves David bundle2: introduce a specific function for bundling debug message
Mon, 18 May 2015 13:23:14 -0500 Pierre-Yves David bundle2: use BaseException in bundle2
Tue, 28 Apr 2015 17:38:02 -0700 Pierre-Yves David bundle2: disable ouput capture unless we use http (issue4613 issue4615) stable
Thu, 23 Apr 2015 16:36:18 +0100 Pierre-Yves David bundle2: also save output when error happens during part processing stable
Thu, 23 Apr 2015 17:03:58 +0100 Pierre-Yves David bundle2: also capture hook output during processing stable
Fri, 24 Apr 2015 00:46:48 +0100 Pierre-Yves David bundle2: issue remote output as "status" (issue4612) stable
Thu, 16 Apr 2015 03:17:01 -0400 Pierre-Yves David bundle2: store the salvaged output on the exception object
Thu, 16 Apr 2015 03:16:04 -0400 Pierre-Yves David bundle2: add a 'salvageoutput' method on bundle20
Thu, 16 Apr 2015 03:15:28 -0400 Pierre-Yves David bundle2: add a 'copy' method on parts
Sat, 11 Apr 2015 17:30:45 -0400 Pierre-Yves David bundle2: flush output in a part in all cases
Sat, 11 Apr 2015 16:55:14 -0400 Pierre-Yves David bundle2: fix names for error part handler
Tue, 14 Apr 2015 11:44:04 -0400 Pierre-Yves David obsolete: experimental flag to get debug about obsmarkers exchange
Thu, 09 Apr 2015 16:25:48 -0400 Pierre-Yves David bundle2: rename format, parts and config to final names
Mon, 06 Apr 2015 17:23:11 -0700 Pierre-Yves David unbundle20: allow generic dispatch between unbundlers
Mon, 06 Apr 2015 16:07:18 -0700 Pierre-Yves David unbundle20: move header parsing into the 'getunbundler' function
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
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
less more (0) -120 tip