mercurial/bundle2.py
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
less more (0) -100 -60 tip