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
|
Tue, 13 Sep 2016 22:58:12 -0400 |
Augie Fackler |
help: mark boolean flags with [no-] to explain that they can be negated
|
Tue, 20 Sep 2016 23:47:46 +0000 |
timeless |
help: use single quotes in use warning
|
Wed, 27 Jul 2016 21:44:49 +0900 |
Yuya Nishihara |
extdiff: isolate path variable of saved command to independent paragraph
|
Mon, 18 Jul 2016 16:25:35 -0500 |
Matt Mackall |
extdiff: escape path for docstring (issue5301)
stable
|
Thu, 11 Feb 2016 02:15:45 +0900 |
FUJIWARA Katsunori |
check-code: add rule to detect usage of external diff via extdiff
|
Tue, 17 Nov 2015 16:42:52 -0600 |
Andrew Zwicky |
extdiff: correctly handle deleted subrepositories (issue3153)
|