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
|
Mon, 19 Apr 2021 12:52:23 -0700 |
Martin von Zweigbergk |
errors: raise RemoteError in some places in exchange.py
|
Fri, 23 Oct 2020 10:56:18 -0700 |
Martin von Zweigbergk |
config: add a new [command-templates] section for templates defined by hg
|
Sun, 08 Sep 2019 09:42:53 +0200 |
Pierre-Yves David |
changegroup: move message about added changes to transaction summary
|
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
|
Sun, 08 Jul 2018 19:44:51 +0900 |
Yuya Nishihara |
py3: don't str() to byte-stringify object in test-bundle2-remote-changegroup.t
|
Sun, 08 Jul 2018 19:39:11 +0900 |
Yuya Nishihara |
py3: byte-stringify literals in extension in test-bundle2-remote-changegroup.t
|
Sun, 08 Jul 2018 19:41:00 +0900 |
Yuya Nishihara |
py3: open file in binary mode in test-bundle2-remote-changegroup.t
|
Mon, 30 Apr 2018 19:54:55 -0700 |
Gregory Szorc |
tests: remove #require killdaemons
|
Sun, 01 Apr 2018 23:10:25 -0700 |
Martin von Zweigbergk |
tests: avoid repo.lookup() for converting revnum to nodeid
|
Mon, 12 Feb 2018 16:35:06 -0800 |
Gregory Szorc |
tests: test using both versions of SSH protocol
|
Thu, 12 Oct 2017 09:39:50 +0200 |
Denis Laxalde |
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
|
Sun, 10 Sep 2017 18:50:12 -0700 |
Durham Goode |
changegroup: replace getchangegroup with makechangegroup
|
Tue, 20 Jun 2017 17:31:18 -0400 |
Augie Fackler |
tests: clean up even more direct `python` calls with $PYTHON
|
Wed, 05 Jul 2017 11:09:55 -0500 |
Augie Fackler |
tests: capitalize Python when it's not used as a command name
|
Tue, 20 Jun 2017 09:45:02 -0400 |
Augie Fackler |
cleanup: use $PYTHON to run python in many more tests
|
Wed, 08 Mar 2017 16:53:55 -0800 |
Pierre-Yves David |
test-bundle2-remote-changegroup: directly use repo.vfs.join
|
Tue, 09 Aug 2016 17:00:38 +0200 |
Pierre-Yves David |
getchangegroup: take an 'outgoing' object as argument (API)
|
Tue, 02 Aug 2016 14:54:06 +0200 |
Pierre-Yves David |
tests: remove initial bundle2 enabling in various bundle2 tests
|
Fri, 16 Oct 2015 02:53:57 +0100 |
Pierre-Yves David |
test: enforce v1 type in 'test-bundle2-remote-changegroup.t'
|
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
|
Mon, 08 Jun 2015 14:55:40 -0500 |
Matt Mackall |
tests: drop DAEMON_PIDS from killdaemons calls
|
Mon, 08 Jun 2015 14:44:30 -0500 |
Matt Mackall |
tests: drop explicit $TESTDIR from executables
|
Thu, 09 Apr 2015 16:25:48 -0400 |
Pierre-Yves David |
bundle2: rename format, parts and config to final names
|
Wed, 17 Dec 2014 15:11:26 -0800 |
Eric Sumner |
bundle2: lowercase part types
|
Fri, 17 Oct 2014 09:57:05 +0900 |
Mike Hommey |
bundle2: client side support for a part to import external bundles
|