log tests/test-bundle2-format.t @ 38065:64280cd4b454

age author description
Thu, 28 Sep 2017 18:19:06 +0100 Boris Feld config: use 'experimental.evolution.create-markers'
Thu, 12 Oct 2017 09:39:50 +0200 Denis Laxalde transaction-summary: show the range of new revisions upon pull/unbundle (BC)
Mon, 18 Sep 2017 14:19:47 -0400 Augie Fackler tests: avoid repr in test-bundle2-format.t
Mon, 18 Sep 2017 14:04:05 -0400 Augie Fackler tests: port test-bundle2-format inline helper script to Python 3
Mon, 18 Sep 2017 13:35:43 -0400 Augie Fackler bundle2: stop using %r to quote part names
Sun, 10 Sep 2017 18:50:12 -0700 Durham Goode changegroup: replace getchangegroup with makechangegroup
Tue, 22 Aug 2017 23:11:35 -0400 Augie Fackler debugcommands: stabilize output of debugbundle by having a custom repr
Tue, 22 Aug 2017 15:05:51 -0400 Augie Fackler tests: update test-bundle2-format to pass import checker
Tue, 22 Aug 2017 15:05:07 -0400 Augie Fackler tests: stop using old except syntax in test-bundle2-format
Fri, 04 Aug 2017 18:41:16 +0200 Boris Feld test: update evolution config
Tue, 20 Jun 2017 17:31:18 -0400 Augie Fackler tests: clean up even more direct `python` calls with $PYTHON
Sun, 25 Jun 2017 08:20:05 +0530 Pulkit Goyal py3: make sure commands name are bytes in tests
Sat, 09 Jan 2016 23:07:20 +0900 Yuya Nishihara registrar: move cmdutil.command to registrar module (API)
Mon, 15 May 2017 09:35:27 -0700 Durham Goode changegroup: add bundlecaps back
Thu, 04 May 2017 12:41:50 +0200 Pierre-Yves David tests: directly 'getchangegroup'
Tue, 02 May 2017 23:47:10 -0700 Martin von Zweigbergk changegroup: delete unused 'bundlecaps' argument (API)
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