log mercurial/mdiff.py @ 1723:fde8fb2cbede

age author description
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
Mon, 13 Jun 2005 14:53:33 -0800 mpm mdiff: fix the fix
Mon, 13 Jun 2005 13:43:48 -0800 mpm mdiff: reinstate new algorithm