log tests/test-transplant.t @ 45840:527ce85c2e60

age author description
Mon, 12 Oct 2020 12:44:18 -0700 Martin von Zweigbergk errors: introduce StateError and use it from commands and cmdutil
Tue, 06 Oct 2020 22:36:15 -0700 Martin von Zweigbergk errors: introduce InputError and use it from commands and cmdutil
Fri, 13 Dec 2019 14:12:14 -0800 Martin von Zweigbergk transplant: use check_incompatible_arguments()
Sun, 08 Sep 2019 09:42:53 +0200 Pierre-Yves David changegroup: move message about added changes to transaction summary
Fri, 26 Jul 2019 01:19:43 +0530 Taapas Agrawal transplant: added support for --stop flag
Wed, 24 Jul 2019 18:32:36 +0530 Taapas Agrawal continue: added support for transplant
Sun, 09 Jun 2019 02:12:58 +0530 Taapas Agrawal statecheck: added support for STATES
Fri, 22 Feb 2019 03:52:10 +0530 Pulkit Goyal diff: make sure we output stat even when --git is not passed (issue4037) (BC)
Thu, 24 Jan 2019 16:16:10 -0800 Martin von Zweigbergk transplant: use bailifchanged() instead of reimplementing it
Tue, 18 Sep 2018 23:47:21 -0400 Matt Harbison tests: quote PYTHON usage
Mon, 18 Jun 2018 16:07:46 +0530 Pulkit Goyal py3: add `and None` to suppress return values of .write() calls
Mon, 30 Apr 2018 19:54:55 -0700 Gregory Szorc tests: remove #require killdaemons
Mon, 19 Feb 2018 15:28:54 +0530 Pulkit Goyal py3: add b'' prefixes in test-transplant.t
Sun, 11 Feb 2018 17:00:21 +0530 Pulkit Goyal py3: replace file() with open() in test-transplant.t
Wed, 10 Jan 2018 14:00:23 -0800 Martin von Zweigbergk transaction: register summary callbacks only at start of transaction (BC)