log tests/test-extdiff.t @ 52316:a820a7a1fce0 default tip

age author description
Fri, 01 Nov 2024 16:22:40 -0400 Matt Harbison tests: stabilize `test-extdiff.t` on macOS stable
Sat, 26 Oct 2024 00:58:01 +0200 Pierre-Yves David branching: merge stable into default
Thu, 24 Oct 2024 15:23:52 +0200 Raphaël Gomès py-3-13: stabilize the docstring output across all supported Python versions
Fri, 25 Oct 2024 23:54:24 +0200 Pierre-Yves David docstring: backed out changeset 51057ab0dffa stable
Thu, 24 Oct 2024 15:23:52 +0200 Raphaël Gomès py-3-13: stabilize the docstring output across all supported Python versions stable
Mon, 04 Feb 2019 23:32:20 -0800 Ludovic Chabant extdiff: don't run gui programs when in a cli-only environment
Thu, 23 Sep 2021 09:38:45 -0700 Martin von Zweigbergk errors: use InputError for some invalid revsets and such
Wed, 13 Jan 2021 22:37:21 -0800 Martin von Zweigbergk errors: raise InputError when non-existent help section requested
Wed, 16 Dec 2020 21:06:29 -0800 Martin von Zweigbergk extdiff: add --from/--to and deprecate -r, as was done for `hg diff`
Wed, 16 Dec 2020 22:30:07 -0800 Martin von Zweigbergk extdiff: fix crash when showing diff from wdir()
Wed, 16 Dec 2020 21:40:27 -0800 Martin von Zweigbergk tests: remove undefined (empty) $opt from test-extdiff.t
Fri, 06 Dec 2019 23:49:03 -0500 Matt Harbison tests: stabilize test-extdiff.t on Windows
Tue, 03 Dec 2019 17:17:57 -0800 Kyle Lippincott py3: make a pycompat.osdevnull, use it in extdiff
Mon, 25 Feb 2019 21:10:16 -0500 Matt Harbison tests: add more wildcards to test-extdiff.t
Fri, 15 Feb 2019 13:46:30 -0800 Gregory Szorc tests: add more wildcards to test-extdiff.t
Wed, 06 Feb 2019 23:41:36 -0500 Matt Harbison tests: stabilize test-extdiff.t on Windows
Sat, 02 Feb 2019 21:58:49 -0800 Ludovic Chabant extdiff: support tools that can be run simultaneously
Tue, 29 Jan 2019 22:59:15 -0800 Ludovic Chabant extdiff: add --per-file and --confirm options
Tue, 18 Sep 2018 23:47:21 -0400 Matt Harbison tests: quote PYTHON usage
Sat, 17 Feb 2018 18:20:15 +0900 Yuya Nishihara py3: make test-extdiff.t pass on Python 3
Sun, 11 Feb 2018 17:13:11 +0530 Pulkit Goyal py3: replace file() with open() in test-extdiff.t
Tue, 01 Aug 2017 01:27:32 +0900 FUJIWARA Katsunori tests: avoid unexpected result at invocation of *.py file on Windows stable
Thu, 15 Jun 2017 14:27:52 -0400 Augie Fackler tests: use $PYTHON in #! so we always use the right Python
Thu, 11 May 2017 22:33:45 -0400 Matt Harbison extdiff: copy back execbit-only changes to the working directory
Sat, 06 May 2017 23:00:57 -0400 Matt Harbison extdiff: copy back files to the working directory if the size changed
Sat, 06 May 2017 22:48:06 -0400 Matt Harbison test-extdiff: enable a previously failing test on Windows
Sat, 06 May 2017 19:11:59 -0400 Matt Harbison test-extdiff: narrow the range of an '#if execbit' block
Sat, 06 May 2017 14:36:26 -0400 Matt Harbison test-extdiff: deduplicate tests
Sat, 06 May 2017 13:37:00 -0400 Matt Harbison test-extdiff: fill in a missing Windows test
Sun, 09 Oct 2016 03:11:18 +0200 Pierre-Yves David help: backout f3c4edfd35e1 (mark boolean flags with [no-] in help) for now