log hgext/extdiff.py @ 4476:d46d3197a5d1 default tip

age author description
Fri, 16 Feb 2007 05:27:37 -0200 Alexis S. L. Carvalho merge with crew-stable
Thu, 15 Feb 2007 08:14:03 -0200 Alexis S. L. Carvalho extdiff: open files in binary mode
Thu, 15 Feb 2007 12:51:43 +0300 Andrei Vermel Make extdiff work at root directory
Fri, 29 Dec 2006 20:04:31 -0600 Matt Mackall replace filehandle version of wwrite with wwritedata
Tue, 26 Dec 2006 03:25:44 +0100 Benoit Boissinot extdiff: use contexts
Thu, 14 Dec 2006 20:25:19 -0600 Matt Mackall Simplify i18n imports
Wed, 13 Dec 2006 13:27:09 -0600 Matt Mackall Replace demandload with new demandimport
Wed, 22 Nov 2006 23:02:28 +0100 Thomas Arendsen Hein Removed unused ui parameter from revpair/revrange and fix its users.
Wed, 11 Oct 2006 16:35:09 +0200 Benoit Boissinot fix traceback of extdiff after a merge
Mon, 18 Sep 2006 12:01:32 +0200 TK Soh extdiff: use the default option only if the default program is used
Fri, 15 Sep 2006 22:55:17 +0200 Mathieu Clabaut Update [extdiff] configuration sample for vimdiff,
Thu, 14 Sep 2006 11:19:35 -0700 Brendan Cully Move revision parsing into cmdutil.
Mon, 28 Aug 2006 16:30:48 -0500 TK Soh extdiff: do not shell-quote options to new commands
Thu, 17 Aug 2006 15:30:45 -0500 TK Soh extdiff: make new diff commands pick up their options correctly
Tue, 15 Aug 2006 18:14:58 +0300 Giorgos Keramidas Tune a bit the extdiff toplevel comments/samples.
Mon, 14 Aug 2006 15:51:35 -0700 Vadim Gelfer extdiff: fix bugs. add test.
Mon, 14 Aug 2006 11:10:21 -0700 Brendan Cully Properly shell-quote arguments in extdiff
Mon, 14 Aug 2006 11:07:15 -0700 Brendan Cully Update extdiff for recent refactoring
Sat, 12 Aug 2006 16:40:12 -0700 Vadim Gelfer remove localrepository.changes.
Tue, 25 Jul 2006 23:10:11 +0200 Mathieu Clabaut extdiff : add comment on how to use vim for doing directoy diff
Mon, 22 May 2006 12:17:44 -0400 Daniel Santa Cruz Minor typo change to reflect actual values used.
Sun, 21 May 2006 23:39:07 -0700 Vadim Gelfer new extension: extdiff. allows to use external diff program.