Wed, 09 Nov 2011 16:55:59 -0800 |
Nicolas Venegas |
mdiff/patch: fix bad hunk handling for unified diffs with zero context
stable
|
Mon, 07 Nov 2011 02:49:00 +0100 |
Mads Kiilerich |
diff: always use / in paths in diff
|
Mon, 19 Sep 2011 15:58:03 -0700 |
Brodie Rao |
mdiff: speed up showfunc for large diffs
|
Tue, 19 Oct 2010 03:55:06 +0200 |
Mads Kiilerich |
mdiff: carriage return (\r) is also ignorable whitespace
|
Mon, 23 Aug 2010 13:28:04 +0200 |
Benoit Boissinot |
mdiff.patch(): add a special case for when the base text is empty
|
Tue, 09 Mar 2010 18:31:57 +0100 |
Benoit Boissinot |
remove header handling out of mdiff.bunidiff, rename it
|
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
|
Fri, 01 Jan 2010 20:54:05 +0100 |
Patrick Mezard |
patch: support diff data loss detection and upgrade
|
Fri, 01 Jan 2010 19:53:05 +0100 |
Patrick Mezard |
mq: preserve --git flag when merging patches
stable
|
Wed, 11 Nov 2009 18:31:42 +0100 |
Patrick Mezard |
mdiff: fix diff -b/B/w on mixed whitespace hunks (issue127)
|
Tue, 26 May 2009 22:59:52 +0200 |
Martin Geisler |
replace "i in range(len(xs))" with "i, x in enumerate(xs)"
|
Tue, 28 Apr 2009 17:40:46 +0200 |
Simon Heimberg |
separate import lines from mercurial and general python modules
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
Thu, 27 Nov 2008 17:00:54 +0100 |
Dirkjan Ochtman |
diff: fix obscure off-by-one error in diff -p
|
Wed, 22 Oct 2008 18:55:07 +0200 |
Thomas Arendsen Hein |
Remove trailing space
|
Wed, 22 Oct 2008 13:14:52 +0200 |
Dirkjan Ochtman |
patch/diff: use a separate function to write the first line of a file diff
|
Sat, 09 Aug 2008 02:10:22 +0200 |
Martin Geisler |
mdiff: compare content of binary files directly
|
Fri, 04 Apr 2008 22:36:40 +0200 |
Dirkjan Ochtman |
python 2.6 compatibility: compatibility wrappers for hash functions
|
Fri, 04 Apr 2008 22:15:14 +0200 |
Patrick Mezard |
Let --unified default to diff.unified (issue 1076)
|
Wed, 16 Jan 2008 11:14:24 -0600 |
Matt Mackall |
diff: don't show function name by default
|
Thu, 01 Nov 2007 12:17:59 -0700 |
Dustin Sallings |
Use both the from and to name in mdiff.unidiff.
|
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
|