log mercurial/mdiff.py @ 5467:521284cdbcb4

age author description
Wed, 03 Oct 2007 17:17:27 -0500 Matt Mackall revlog: generate trivial deltas against null revision
Sat, 14 Jul 2007 12:44:47 -0500 Matt Mackall diff: correctly handle combinations of whitespace options
Fri, 22 Jun 2007 19:06:04 -0300 Alexis S. L. Carvalho git patches: correct handling of filenames with spaces
Mon, 16 Apr 2007 20:17:39 -0300 Alexis S. L. Carvalho add mdiff.get_matching_blocks
Tue, 20 Feb 2007 20:55:23 +0100 Thomas Arendsen Hein merge with crew-stable
Sat, 17 Feb 2007 09:54:56 -0200 tailgunner Don't lie that "binary file has changed"
Wed, 13 Dec 2006 13:27:09 -0600 Matt Mackall Replace demandload with new demandimport
Tue, 26 Sep 2006 00:05:24 +0100 Stephen Darnell Add -D/--nodates options to hg diff/export that removes dates from diff headers
Tue, 29 Aug 2006 17:08:42 -0700 Brendan Cully Remove dates from git export file lines - they confuse git-apply
Mon, 14 Aug 2006 22:48:03 -0700 Brendan Cully Add diff --git option
Sat, 12 Aug 2006 16:13:27 -0700 Vadim Gelfer refactor text diff/patch code.
Sat, 12 Aug 2006 12:30:02 -0700 Vadim Gelfer update copyrights.
Thu, 29 Jun 2006 15:16:25 +0200 Haakon Riiser diff: add -b/-B options
Tue, 20 Jun 2006 23:58:21 -0700 Vadim Gelfer use demandload more.
Wed, 10 May 2006 13:39:12 -0700 Vadim Gelfer fix speed regression in mdiff caused by line split bugfix. 0.9
Wed, 10 May 2006 10:31:54 -0700 Vadim Gelfer fix diffs containing embedded "\r".
Tue, 04 Apr 2006 16:38:44 -0400 mason Fill in the uncompressed size during revlog.addgroup
Wed, 15 Feb 2006 14:22:16 +0100 Thomas Arendsen Hein Fix diff against an empty file (issue124) and add a test for this.
Tue, 24 Jan 2006 15:02:10 +1300 mason Add new bdiff based unidiff generation.
Mon, 14 Nov 2005 02:30:19 +0200 twaldmann minor optimization: save some string trash
Tue, 25 Oct 2005 22:17:31 -0700 Matt Mackall Remove now unused sortdiff and diff from mdiff
Tue, 04 Oct 2005 11:25:48 -0700 Matt Mackall Clean up mdiff imports
Tue, 04 Oct 2005 11:21:48 -0700 Benoit Boissinot make diff dates be epoch for add/remove
Tue, 23 Aug 2005 19:58:46 -0700 mpm Add automatic binary file detection to diff and export
Sat, 02 Jul 2005 18:57:59 -0800 mpm Remove all remaining print statements
Wed, 29 Jun 2005 10:42:35 -0800 mpm Whitespace cleanups
Wed, 22 Jun 2005 11:23:01 -0800 mpm Start using bdiff for generating deltas
Fri, 17 Jun 2005 20:37:23 +0100 Thomas Arendsen Hein Show revisions in diffs like CVS, based on a patch from Goffredo Baroncelli.
Wed, 15 Jun 2005 15:49:20 -0800 mpm Fix another sortdiff cornercase
Mon, 13 Jun 2005 18:36:40 -0800 mpm Merge with TAH