log hgext/extdiff.py @ 43743:66210a20f727 stable

age author description
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
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
Thu, 10 Jan 2019 20:22:03 -0800 Ludovic Chabant extdiff: move external tool command line building into separate function
Tue, 04 Dec 2018 17:13:01 -0500 Augie Fackler merge with stable
Mon, 03 Dec 2018 12:48:42 -0500 Matt Harbison extdiff: avoid double backslashes in the displayed tool path on Windows
Mon, 03 Dec 2018 20:59:48 -0500 Matt Harbison extdiff: register the configuration generated commands with a help category stable
Tue, 05 Sep 2017 15:21:21 -0700 Martin von Zweigbergk archive: change "matcnfn" argument to a real matcher
Sat, 13 Oct 2018 02:17:41 -0700 rdamazio help: assigning categories to existing commands
Sat, 26 May 2018 12:20:36 +0900 Yuya Nishihara py3: wrap tempfile.mkdtemp() to use bytes path
Thu, 12 Apr 2018 23:13:55 +0900 Yuya Nishihara export: enable formatter support (API)
Sat, 31 Mar 2018 23:38:53 -0700 Martin von Zweigbergk extdiff: use context-returning revpair()
Sat, 31 Mar 2018 23:37:25 -0700 Martin von Zweigbergk scmutil: introduce deprecated alias for revpair()
Fri, 30 Mar 2018 12:16:46 -0700 Kyle Lippincott extdiff: document that it copies modified files back to working directory