log tests/test-pager.t @ 51873:0afd58c72175 default tip

age author description
Sun, 20 Feb 2022 15:28:44 -0700 Gregory Szorc tests: remove from __future__ from inline Python in tests
Tue, 19 Oct 2021 19:03:39 +0200 Raphaël Gomès backout: backed out changeset 2f2107c01dee
Fri, 08 Oct 2021 13:36:02 -0700 Martin von Zweigbergk dispatch: ignore failure to flush ui
Thu, 05 Aug 2021 18:25:35 +0200 Raphaël Gomès pager: account for flakiness in Windows output stable
Thu, 10 Jun 2021 17:58:03 +0200 Raphaël Gomès windows: add windows behavior on broken pager
Tue, 18 Sep 2018 23:47:21 -0400 Matt Harbison tests: quote PYTHON usage
Sat, 19 May 2018 18:31:15 +0530 Pulkit Goyal py3: add b'' prefixes in tests/test-pager.t
Thu, 12 Apr 2018 21:33:47 +0900 Yuya Nishihara export: do not start pager if output will be written to file
Mon, 16 Oct 2017 17:41:37 -0700 Saurabh Singh test-pager: make the test compatible with chg
Mon, 02 Oct 2017 16:11:57 -0700 Jun Wu test-pager: make it compatible with chg
Wed, 30 Aug 2017 14:04:55 -0700 Jun Wu pager: do not start pager if `ui` has been `pushbuffer`-ed
Tue, 22 Aug 2017 16:58:57 -0400 Augie Fackler tests: update test-pager to pass our import checker
Tue, 01 Aug 2017 18:52:52 +0900 FUJIWARA Katsunori ui: enable pager always for explicit --pager=on (issue5580) stable
Sun, 25 Jun 2017 08:20:05 +0530 Pulkit Goyal py3: make sure commands name are bytes in tests
Tue, 20 Jun 2017 09:45:02 -0400 Augie Fackler cleanup: use $PYTHON to run python in many more tests