Wed, 02 Sep 2020 19:46:55 +0530 |
Pulkit Goyal |
extdiff: refactor cmdline and gui calculation login in a separate fn
|
file |
diff |
annotate
|
Wed, 02 Sep 2020 19:17:31 +0530 |
Pulkit Goyal |
extdiff: reorder an if-else conditional
|
file |
diff |
annotate
|
Sat, 29 Aug 2020 14:35:18 +0530 |
Pulkit Goyal |
extdiff: move single file handling inside `not per-file` conditional
|
file |
diff |
annotate
|
Sat, 29 Aug 2020 14:32:26 +0530 |
Pulkit Goyal |
extdiff: remove dir2root and pass full path as dir2 in _runperfilediff()
|
file |
diff |
annotate
|
Sat, 29 Aug 2020 14:28:34 +0530 |
Pulkit Goyal |
extdiff: pass full paths of `dir1a` and `dir1b` to `_runperfilediff()`
|
file |
diff |
annotate
|
Tue, 07 Jul 2020 14:01:12 +0530 |
Pulkit Goyal |
extdiff: add some comments in diffrevs()
|
file |
diff |
annotate
|
Tue, 07 Jul 2020 13:26:57 +0530 |
Pulkit Goyal |
extdiff: add comments and minor variable renames diffpatch()
|
file |
diff |
annotate
|
Tue, 07 Jul 2020 13:24:13 +0530 |
Pulkit Goyal |
extdiff: remove unrequired do3way argument to diffpatch()
|
file |
diff |
annotate
|
Tue, 07 Jul 2020 13:13:18 +0530 |
Pulkit Goyal |
extdiff: refactor logic to diff revs of versions of files
|
file |
diff |
annotate
|
Tue, 07 Jul 2020 12:42:39 +0530 |
Pulkit Goyal |
extdiff: refactor logic which does diff of patches
|
file |
diff |
annotate
|
Fri, 29 May 2020 03:56:07 +0200 |
Manuel Jacob |
cleanup: eliminate procutil.quotecommand()
|
file |
diff |
annotate
|
Fri, 08 May 2020 08:50:47 -0700 |
Martin von Zweigbergk |
diff: use cmdutil.check_at_most_one_arg() for checking --rev/--change
|
file |
diff |
annotate
|
Tue, 03 Dec 2019 17:17:57 -0800 |
Kyle Lippincott |
py3: make a pycompat.osdevnull, use it in extdiff
|
file |
diff |
annotate
|
Thu, 14 Nov 2019 15:24:22 -0500 |
Augie Fackler |
extdiff: use field names instead of field numbers on scmutil.status
|
file |
diff |
annotate
|
Fri, 08 Nov 2019 11:19:20 -0800 |
Augie Fackler |
cleanup: remove pointless r-prefixes on single-quoted strings
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
file |
diff |
annotate
|
Sat, 02 Feb 2019 21:58:49 -0800 |
Ludovic Chabant |
extdiff: support tools that can be run simultaneously
|
file |
diff |
annotate
|
Tue, 29 Jan 2019 22:59:15 -0800 |
Ludovic Chabant |
extdiff: add --per-file and --confirm options
|
file |
diff |
annotate
|
Thu, 10 Jan 2019 20:22:03 -0800 |
Ludovic Chabant |
extdiff: move external tool command line building into separate function
|
file |
diff |
annotate
|
Tue, 04 Dec 2018 17:13:01 -0500 |
Augie Fackler |
merge with stable
|
file |
diff |
annotate
|
Mon, 03 Dec 2018 12:48:42 -0500 |
Matt Harbison |
extdiff: avoid double backslashes in the displayed tool path on Windows
|
file |
diff |
annotate
|
Mon, 03 Dec 2018 20:59:48 -0500 |
Matt Harbison |
extdiff: register the configuration generated commands with a help category
stable
|
file |
diff |
annotate
|
Tue, 05 Sep 2017 15:21:21 -0700 |
Martin von Zweigbergk |
archive: change "matcnfn" argument to a real matcher
|
file |
diff |
annotate
|
Sat, 13 Oct 2018 02:17:41 -0700 |
rdamazio |
help: assigning categories to existing commands
|
file |
diff |
annotate
|
Sat, 26 May 2018 12:20:36 +0900 |
Yuya Nishihara |
py3: wrap tempfile.mkdtemp() to use bytes path
|
file |
diff |
annotate
|
Thu, 12 Apr 2018 23:13:55 +0900 |
Yuya Nishihara |
export: enable formatter support (API)
|
file |
diff |
annotate
|
Sat, 31 Mar 2018 23:38:53 -0700 |
Martin von Zweigbergk |
extdiff: use context-returning revpair()
|
file |
diff |
annotate
|
Sat, 31 Mar 2018 23:37:25 -0700 |
Martin von Zweigbergk |
scmutil: introduce deprecated alias for revpair()
|
file |
diff |
annotate
|
Fri, 30 Mar 2018 12:16:46 -0700 |
Kyle Lippincott |
extdiff: document that it copies modified files back to working directory
|
file |
diff |
annotate
|