Tue, 03 Dec 2019 17:17:57 -0800 |
Kyle Lippincott |
py3: make a pycompat.osdevnull, use it in extdiff
|
Thu, 14 Nov 2019 15:24:22 -0500 |
Augie Fackler |
extdiff: use field names instead of field numbers on scmutil.status
|
Fri, 08 Nov 2019 11:19:20 -0800 |
Augie Fackler |
cleanup: remove pointless r-prefixes on single-quoted strings
|
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
|
Sat, 24 Mar 2018 15:10:51 +0900 |
Yuya Nishihara |
procutil: bulk-replace function calls to point to new module
|
Thu, 22 Mar 2018 21:56:20 +0900 |
Yuya Nishihara |
stringutil: bulk-replace call sites to point to new module
|
Mon, 05 Mar 2018 12:30:20 -0500 |
Augie Fackler |
cleanup: use stat_result[stat.ST_MTIME] instead of stat_result.st_mtime
|
Sat, 17 Feb 2018 18:20:15 +0900 |
Yuya Nishihara |
py3: make test-extdiff.t pass on Python 3
|
Sat, 17 Feb 2018 18:15:37 +0900 |
Yuya Nishihara |
py3: make regexp patterns bytes in extdiff
|
Sat, 17 Feb 2018 18:14:51 +0900 |
Yuya Nishihara |
py3: fix bytes-unicode dance while building docstring of extdiff
|
Thu, 02 Apr 2015 23:32:28 +0900 |
Yuya Nishihara |
cmdutil: pass ctx to makefilename() in place of repo/node pair (API)
|
Mon, 23 Oct 2017 00:02:07 +0530 |
Pulkit Goyal |
py3: handle keyword arguments in hgext/extdiff.py
|
Sat, 14 Oct 2017 00:34:46 +0200 |
Boris Feld |
configitems: register the 'extdata.*.diffargs' config
|
Sat, 14 Oct 2017 00:33:57 +0200 |
Boris Feld |
configitems: register the 'exdiff.opts.*' config
|
Sat, 20 May 2017 20:15:05 -0400 |
Augie Fackler |
cmdutil: rename template param to export to fntemplate
|
Sun, 14 May 2017 16:19:47 +0900 |
Yuya Nishihara |
commands: move templates of common command options to cmdutil (API)
|
Sat, 09 Jan 2016 23:07:20 +0900 |
Yuya Nishihara |
registrar: move cmdutil.command to registrar module (API)
|
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
|
Wed, 15 Mar 2017 23:06:50 +0900 |
Yuya Nishihara |
util: wrap s.encode('string_escape') call for future py3 compatibility
|
Wed, 15 Feb 2017 13:34:06 -0800 |
Simon Farnsworth |
extdiff: log time spent in external diff program
|
Sun, 25 Dec 2016 03:06:55 +0530 |
Pulkit Goyal |
py3: have a bytes version of shlex.split()
|
Tue, 23 Aug 2016 11:26:08 -0400 |
Augie Fackler |
extensions: change magic "shipped with hg" string
|
Wed, 27 Jul 2016 21:44:49 +0900 |
Yuya Nishihara |
extdiff: isolate path variable of saved command to independent paragraph
|
Wed, 27 Jul 2016 21:42:24 +0900 |
Yuya Nishihara |
extdiff: export __doc__ of saved command for translation
|
Wed, 27 Jul 2016 21:40:42 +0900 |
Yuya Nishihara |
extdiff: refactor closure of saved diff command as a top-level class
|
Mon, 18 Jul 2016 16:25:35 -0500 |
Matt Mackall |
extdiff: escape path for docstring (issue5301)
stable
|
Sun, 17 Apr 2016 02:15:05 +0530 |
Pulkit Goyal |
py3: make extdiff use absolute_import
|
Fri, 01 Jan 2016 22:35:34 +0900 |
Yuya Nishihara |
extdiff: use @command decorator to set up diff commands
|
Mon, 04 Jan 2016 22:13:46 +0900 |
Yuya Nishihara |
extdiff: factor out list of common options
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
Wed, 09 Sep 2015 22:27:48 -0400 |
Matt Harbison |
extdiff: enable -I/-X with --patch
|
Wed, 09 Sep 2015 21:07:38 -0400 |
Matt Harbison |
extdiff: add a --patch argument for diffing changeset deltas
|
Wed, 09 Sep 2015 20:48:09 -0400 |
Matt Harbison |
extdiff: prepare sections of dodiff() for conditionalizing
|
Mon, 27 Jul 2015 17:39:09 -0400 |
Matt Harbison |
extdiff: allow modifications in subrepos to be copied back
stable
|
Sun, 15 Jul 2012 12:43:10 -0400 |
Matt Harbison |
extdiff: add support for subrepos
|
Wed, 11 Jul 2012 20:48:51 -0400 |
Matt Harbison |
extdiff: use archiver to take snapshots of committed revisions
|
Tue, 28 Apr 2015 16:44:37 -0400 |
Augie Fackler |
extensions: document that `testedwith = 'internal'` is special
|
Fri, 27 Feb 2015 17:35:07 -0500 |
Jordi GutiƩrrez Hermoso |
extdiff: expand tildes and variables in paths to user-supplied diff programs
|
Wed, 28 Jan 2015 02:28:39 +0100 |
Mads Kiilerich |
extdiff: reintroduce backward compatibility with manual quoting of parameters
stable
|
Thu, 25 Dec 2014 23:33:26 +0900 |
FUJIWARA Katsunori |
extdiff: rename the name of an argument for readability
|
Thu, 25 Dec 2014 23:33:26 +0900 |
FUJIWARA Katsunori |
extdiff: avoid unexpected quoting arguments for external tools (issue4463)
|
Sat, 08 Nov 2014 13:06:22 +0900 |
Yuya Nishihara |
util.system: use ui.system() in place of optional ui.fout parameter
|
Mon, 03 Nov 2014 16:56:32 -0600 |
Matt Mackall |
merge with stable
|
Sun, 02 Nov 2014 15:27:15 -0500 |
Matt Harbison |
extdiff: drop the command alias without options example in the help text
|
Fri, 31 Oct 2014 21:34:55 -0400 |
Matt Harbison |
extdiff: allow a preconfigured merge-tool to be invoked
|