log tests/test-ssh.t @ 44874:4c53c12b92d5

age author description
Mon, 25 May 2020 22:47:12 -0400 Valentin Gatien-Baron sshpeer: make client print (likely) server errors on stderr (BC)
Mon, 25 May 2020 20:02:15 -0400 Valentin Gatien-Baron sshpeer: add test showing that -q silences remote errors
Tue, 24 Mar 2020 12:48:57 +0530 Pulkit Goyal tests: update test-ssh.t output with --chg
Tue, 25 Feb 2020 20:27:39 -0500 Valentin Gatien-Baron exchange: turn on option that makes concurrent pushes work better
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
Sat, 09 Feb 2019 23:01:30 +0100 Pierre-Yves David transaction: include txnname in the hookargs dictionary
Sat, 09 Feb 2019 01:24:19 +0100 Boris Feld test: use `printenv.py --line` in `test-ssh.t`
Mon, 12 Nov 2018 02:21:52 +0100 Boris Feld tests: remove all transitional configuration
Mon, 12 Nov 2018 01:18:03 +0100 Boris Feld test: enable sparse-revlog for test-ssh.t
Sat, 13 Oct 2018 19:49:33 -0400 Matt Harbison tests: replace `cd ..` with an absolute path in a couple ssh tests
Mon, 08 Oct 2018 18:17:12 -0700 Gregory Szorc wireprotov2: change how revisions are specified to changesetdata
Wed, 26 Sep 2018 08:46:56 -0700 Gregory Szorc merge with stable
Thu, 20 Sep 2018 12:57:23 -0700 Gregory Szorc wireprotov2: allow multiple fields to follow revision maps
Wed, 26 Sep 2018 21:24:14 +0900 Yuya Nishihara chgserver: do not send system() back to client if stdio redirected (issue5992) stable