hgext/extdiff.py
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
Mon, 03 Nov 2014 16:30:21 -0600 Matt Mackall extdiff: sort files when snapshotting
Thu, 26 Jul 2012 11:38:13 +0100 Michael Fyles extdiff: quote user-supplied options passed to shell stable
Fri, 15 Aug 2014 04:37:45 +0200 Mads Kiilerich cleanup: remove some unused / duplicate imports
Sun, 04 May 2014 22:29:27 -0700 Gregory Szorc extdiff: define inferrepo in command decorator
Sun, 04 May 2014 21:54:01 -0700 Gregory Szorc extdiff: declare command using decorator
Wed, 12 Mar 2014 13:13:42 -0400 Augie Fackler extdiff: move from dict() construction to {} literals
Tue, 16 Oct 2012 11:43:15 -0700 Siddharth Agarwal commands: don't infer repo for commands like update (issue2748)
Wed, 15 Aug 2012 22:38:42 +0200 Mads Kiilerich fix trivial spelling errors
Tue, 15 May 2012 14:37:49 -0500 Augie Fackler hgext: mark all first-party extensions as such
Sat, 12 May 2012 16:00:57 +0200 Brodie Rao cleanup: "not x in y" -> "x not in y"
Mon, 12 Mar 2012 09:39:30 +0100 Thomas Arendsen Hein extdiff: escape filenames with vim/DirDiff and make quoting work with Windows stable
Fri, 24 Jun 2011 17:04:37 +0300 Idan Kamara extdiff: use ui out descriptor when calling util.system stable
Sat, 18 Jun 2011 16:52:51 -0500 Matt Mackall scmutil: switch match users to supplying contexts
Sun, 15 May 2011 18:00:22 +0100 Javi Merino extdiff: grammar "allows to" -> "allows one to"
Fri, 13 May 2011 14:58:24 -0500 Matt Mackall scmutil: drop aliases in cmdutil for match functions
Fri, 13 May 2011 14:06:28 -0500 Matt Mackall scmutil: move revsingle/pair/range from cmdutil
Fri, 06 May 2011 15:22:31 +0200 Adrian Buehlmann rename util.set_flags to setflags
Mon, 02 May 2011 10:11:18 +0200 Dan Villiom Podlaski Christiansen prevent transient leaks of file handle by using new helper functions
Wed, 27 Apr 2011 21:55:46 -0400 Steven Stallion extdiff: add repository root as a variable
Fri, 29 Apr 2011 11:10:11 +0200 Thomas Arendsen Hein merge with stable
Fri, 29 Apr 2011 08:04:46 +0200 Patrick Mezard extdiff: fix broken symlinks handling (issue1909) stable
Wed, 20 Apr 2011 19:54:57 +0200 Adrian Buehlmann move opener from util to scmutil
Mon, 04 Apr 2011 16:21:59 -0500 Matt Mackall misc: replace .parents()[0] with p1()
Mon, 21 Mar 2011 17:03:16 +0100 jfh extdiff: use absolute paths for any temporary files
Tue, 15 Mar 2011 17:50:02 -0400 David Wolever Updating hgext.extdiff to use revsets
Sun, 06 Jun 2010 17:25:00 +0900 FUJIWARA Katsunori help: show value requirement and multiple occurrence of options
Mon, 17 May 2010 23:11:27 +0200 Martin Geisler extdiff: fix reST syntax in module docstring
Thu, 07 Jan 2010 22:19:05 -0600 Steve Borho extdiff: add labels, read diff arguments from [merge-tools]
Mon, 08 Feb 2010 15:36:34 +0100 Benoit Boissinot fix coding style (reported by pylint)
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Tue, 19 Jan 2010 22:45:09 -0600 Matt Mackall Merge with stable
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Mon, 30 Nov 2009 19:52:03 +0100 Sune Foldager merge with stable
Mon, 30 Nov 2009 19:37:38 +0100 Sune Foldager extdiff: respect --option in command aliases (issue949) stable
Thu, 26 Nov 2009 23:10:59 +0100 Martin Geisler extdiff: wrap long lines in docstring and comments
Thu, 26 Nov 2009 20:06:45 +0100 Martin Geisler extdiff: prevent exception on double-translation stable
Sat, 03 Oct 2009 14:39:57 -0500 Matt Mackall Merge with -stable
Thu, 01 Oct 2009 08:50:10 +0200 Peter Arrenbrecht extdiff: fix defaulting to "diff" if no --program is given
Thu, 17 Sep 2009 21:12:32 +0200 Sune Foldager extdiff: add 3-way diff for merge changesets
Sat, 19 Sep 2009 01:15:38 +0200 Martin Geisler do not attempt to translate ui.debug output
Fri, 31 Jul 2009 01:40:45 +0200 Cédric Duval doc: fix quotes mismatches affecting rst
Sun, 26 Jul 2009 01:45:36 +0200 Martin Geisler extdiff: wrap docstrings at 70 characters
Thu, 23 Jul 2009 00:22:50 +0200 Martin Geisler extdiff: use reST syntax for literal block
Tue, 07 Jul 2009 23:54:42 +0200 Martin Geisler extdiff: wrapped docstrings at 78 characters
Tue, 07 Jul 2009 23:30:48 +0200 Martin Geisler extdiff: fix indentation and use gettext
Wed, 24 Jun 2009 13:42:02 +0200 Dirkjan Ochtman extensions: change descriptions for extensions providing a few commands
Sun, 21 Jun 2009 16:45:47 +0200 Dirkjan Ochtman help: add/fix docstrings for a bunch of extensions
Sat, 20 Jun 2009 20:57:13 +0200 Cédric Duval help: remove per-extension paragraph on how to enable it
Sun, 31 May 2009 14:55:51 +0200 Martin Geisler fixed typos found in translatable strings
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Sat, 18 Apr 2009 14:40:21 +0200 Martin Geisler help texts: write command line switches as -a/--abc
Mon, 13 Apr 2009 21:57:17 +0200 Patrick Mezard Merge with crew-stable
Thu, 09 Apr 2009 14:32:44 +0200 Patrick Mezard extdiff: preserve execute-bit across copies (issue1562)
Mon, 13 Apr 2009 21:21:01 +0200 Patrick Mezard extdiff: merge node and working dir snapshot modes
Tue, 07 Apr 2009 22:47:56 +0200 Martin Geisler expand "dir" to "directory" in help texts
Sat, 04 Apr 2009 23:17:12 +0200 Martin Geisler extdiff: word-wrap help texts at 70 characters
Sat, 04 Apr 2009 21:09:43 +0200 Martin Geisler Change double spaces to single spaces in help texts.
Sat, 07 Feb 2009 19:41:05 +0100 Gilles Moris extdiff: add --change option to display single changeset diff
Sat, 03 Jan 2009 17:15:21 +0100 Martin Geisler lowercase ui.debug and assert output
Fri, 02 Jan 2009 22:53:33 +0100 Martin Geisler use repo.wjoin(f) instead of os.path.join(repo.root, f)
Sun, 31 Aug 2008 16:12:02 +0200 Martin Geisler i18n: mark strings for translation in extdiff extension
Fri, 27 Jun 2008 13:43:29 -0500 Matt Mackall status: clean up all users for unknown files
Thu, 26 Jun 2008 14:35:46 -0500 Matt Mackall use repo[changeid] to get a changectx
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall match: remove files arg from repo.status and friends
Mon, 12 May 2008 11:37:07 -0500 Matt Mackall walk: remove remaining users of cmdutils.matchpats
Thu, 06 Mar 2008 22:23:26 +0100 Joel Rosdahl Expand import * to allow Pyflakes to find problems
Sun, 26 Aug 2007 21:31:18 -0300 Fabio Zadrozny Propagating changes back to working dirs when changing files in external
Mon, 10 Sep 2007 23:53:23 +0200 Patrick Mezard Merge with crew-stable
Mon, 10 Sep 2007 23:36:01 +0200 Patrick Mezard extdiff: avoid repr() doubling paths backslashes under Windows
Sat, 25 Aug 2007 12:25:53 -0700 Brendan Cully Improve extdiff configuration.
Wed, 08 Aug 2007 12:27:20 +0200 Benoit Boissinot refactor options from cmdtable
Tue, 07 Aug 2007 10:28:43 +0200 Thomas Arendsen Hein Remove trailing spaces, fix indentation
Mon, 06 Aug 2007 14:50:57 -0700 Brad Schick extdiff: do single file diffs from the wc with no copy
Mon, 06 Aug 2007 14:42:11 -0700 Brad Schick extdiff: made it less chatty in non-verbose mode
less more (0) -120 tip