log tests/test-bundle2-format.t @ 31074:2912b06905dc

age author description
Tue, 09 Aug 2016 15:26:53 +0200 Pierre-Yves David outgoing: pass a repo object to the constructor
Tue, 02 Aug 2016 14:54:06 +0200 Pierre-Yves David tests: remove initial bundle2 enabling in various bundle2 tests
Sun, 17 Jul 2016 15:10:30 -0700 Gregory Szorc util: implement a deterministic __repr__ on sortdict
Tue, 15 Mar 2016 09:51:42 +0000 Jun Wu tests: explicitly flush output streams
Thu, 25 Feb 2016 10:34:31 +0100 Pierre-Yves David test: update test-bundle2-format.t comment
Wed, 23 Dec 2015 16:22:20 -0800 Bryan O'Sullivan test-bundle2-format: force gc so a GeneratorExit will be thrown
Fri, 16 Oct 2015 02:51:34 +0100 Pierre-Yves David test: enforce v1 type in 'test-bundle2-format.t'
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Sun, 04 Oct 2015 21:48:19 -0700 Pierre-Yves David unbundle: properly read head modification result from bundle2
Wed, 30 Sep 2015 15:43:49 -0500 Matt Mackall urls: bulk-change primary website URLs
Thu, 24 Sep 2015 17:52:21 -0700 Pierre-Yves David unbundle: test and fix for clean abort on unknown bundle2 feature
Tue, 29 Sep 2015 14:08:37 -0500 Matt Mackall tests: fix test-bundle2-format output
Wed, 23 Sep 2015 12:56:12 -0700 Pierre-Yves David bundle2: allow compressed bundle
Mon, 28 Sep 2015 15:01:20 -0700 Pierre-Yves David test-bundle2: dump bundle content using f --hexdump
Tue, 01 Sep 2015 15:47:33 -0400 Augie Fackler bundle2: don't try to recover from a GeneratorExit (issue4785)
Tue, 09 Jun 2015 21:39:33 -0400 Matt Harbison tests: restore 'python' and '$TESTDIR/' for dummyssh invocation
Mon, 08 Jun 2015 15:02:49 -0500 Matt Mackall tests: simplify calls to dummyssh
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: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: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 20:40:21 -0700 Pierre-Yves David bundle2: prefix all unbundling debug message with 'bundle2-input:'
Tue, 26 May 2015 22:57:35 -0700 Pierre-Yves David bundle2: prefix all bundling debug messages with 'bundle2-ouput:'
Sat, 09 May 2015 23:40:40 -0700 Pierre-Yves David progress: get the extremely verbose output out of default debug
Thu, 09 Apr 2015 16:25:48 -0400 Pierre-Yves David bundle2: rename format, parts and config to final names
Mon, 06 Apr 2015 16:04:33 -0700 Pierre-Yves David unbundle20: retrieve unbundler instances through a factory function