tests/test-bundle2-format.t
Mon, 02 Aug 2021 23:43:40 -0400 Valentin Gatien-Baron tests: manual cleanup now that dummyssh usage is implied
Mon, 02 Aug 2021 21:25:01 -0400 Valentin Gatien-Baron tests: rely on dummyssh being the default
Fri, 23 Oct 2020 10:56:18 -0700 Martin von Zweigbergk config: add a new [command-templates] section for templates defined by hg
Thu, 08 Oct 2020 15:35:44 -0700 Martin von Zweigbergk errors: stop passing non-strings to Abort's constructor
Mon, 06 Jul 2020 17:44:25 +0200 Manuel Jacob pycompat: change users of pycompat.{stdin,stdout,stderr} to use procutil.std*
Fri, 05 Jun 2020 04:10:37 +0200 Manuel Jacob tests: fix indentation stable
Wed, 11 Sep 2019 15:03:08 -0700 Martin von Zweigbergk bundle2: fix an off-by-one in debug message of number of parts
Sun, 08 Sep 2019 09:42:53 +0200 Pierre-Yves David changegroup: move message about added changes to transaction summary
Mon, 18 Feb 2019 00:27:25 +0900 FUJIWARA Katsunori tests: bulk change to avoid "unneeded trailing ',' ..." error of check-code.py
Thu, 11 Oct 2018 03:38:23 +0530 Taapas Agrawal push: add "remote" to 'repository changed while pushing' messages (issue5971)
Tue, 18 Sep 2018 23:47:21 -0400 Matt Harbison tests: quote PYTHON usage
Thu, 30 Aug 2018 01:53:21 +0200 Boris Feld phase: report number of non-public changeset alongside the new range
Fri, 10 Aug 2018 13:43:26 -0700 Gregory Szorc changegroup: change topics during generation
Sun, 08 Jul 2018 19:24:18 +0900 Yuya Nishihara bundle2: use ProgrammingError to report bad use of addparam()
Sun, 08 Jul 2018 19:34:11 +0900 Yuya Nishihara py3: byte-stringify literals in extension in test-bundle2-format.t
Tue, 08 May 2018 11:39:38 +0200 Boris Feld debugbundle: also display if a part is mandatory or advisory stable
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
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
less more (0) -60 tip