log mercurial/mdiff.py @ 432:3b9e3d3d2810

age author description
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
Sun, 12 Jun 2005 10:20:07 -0800 mpm mdiff: revert grouping optimization for the time being
Sun, 12 Jun 2005 10:18:32 -0800 mpm hg commit: user and date options
Wed, 08 Jun 2005 10:47:10 -0800 mpm unidiff: handle empty diffs more gracefully
Tue, 07 Jun 2005 08:53:05 -0800 mpm diff: use tab to separate date from filename
Mon, 06 Jun 2005 10:51:09 -0800 mpm Attempt to make diff deal with null sources properly
Sat, 04 Jun 2005 14:16:32 -0800 mpm import and startup cleanups
Fri, 03 Jun 2005 18:29:46 -0800 mpm Resolve bits from TAH
Fri, 03 Jun 2005 13:44:34 -0800 mpm mdiff.py: kill #! line, add copyright notice
Fri, 27 May 2005 19:38:34 -0800 mpm Improved binary diff from Christopher Li
Thu, 26 May 2005 13:02:28 -0800 mpm hg diff: fix missing final newline bug
Fri, 20 May 2005 19:19:25 -0800 mpm Fix braindamaged import in mdiff.
Fri, 20 May 2005 17:49:25 -0800 mpm Remove python version of the patches code
Fri, 20 May 2005 17:42:29 -0800 mpm Add a function to return the new text from a binary diff
Tue, 17 May 2005 00:32:18 -0800 mpm Fix a bug in patches() if there's not text and no patch
Mon, 16 May 2005 22:08:33 -0800 mpm Add an O(m + nlog n) patching extension
Sat, 14 May 2005 10:27:14 -0800 mpm Add mdiff.patches to speed up applying thousands of patches to the manifest
Thu, 12 May 2005 17:54:55 -0800 mpm Diff in subdirectories from Jake Edge
Sat, 07 May 2005 16:10:50 -0800 mpm unidiff: punt on comparing empty files
Tue, 03 May 2005 13:16:10 -0800 mpm Add back links from file revisions to changeset revisions