Tue, 25 Dec 2007 22:23:58 +0100 |
Patrick Mezard |
Merge with crew-stable
|
Tue, 25 Dec 2007 22:21:51 +0100 |
Patrick Mezard |
patch: be more tolerant to diffstat failures (issue 865)
|
Mon, 17 Dec 2007 23:42:48 +0100 |
Patrick Mezard |
patch: simplify directory creation
|
Mon, 17 Dec 2007 23:42:46 +0100 |
Patrick Mezard |
patch: write rej files for missing targets (issue 853)
|
Mon, 17 Dec 2007 23:06:04 +0100 |
Patrick Mezard |
patch: avoid file existence tests when possible in selectfile()
|
Mon, 17 Dec 2007 23:06:01 +0100 |
Patrick Mezard |
patch: move diff parsing in iterhunks generator
|
Mon, 17 Dec 2007 22:19:21 +0100 |
Patrick Mezard |
patch: move NoHunk detection up with parsing code
|
Sun, 02 Dec 2007 13:53:29 +0100 |
Patrick Mezard |
mq: missing target files do not make qpush to fail immediately (issue 835)
|
Sun, 25 Nov 2007 11:49:34 +0100 |
Jim Hague |
patch: fix sort() comparator argument
|
Thu, 01 Nov 2007 12:17:59 -0700 |
Dustin Sallings |
Use both the from and to name in mdiff.unidiff.
|
Thu, 01 Nov 2007 12:05:14 +0100 |
Patrick Mezard |
Fix Windows os.popen bug with interleaved stdout/stderr output
|
Thu, 25 Oct 2007 19:40:56 +0200 |
Thomas Arendsen Hein |
Only set mode of new patch if the target file was removed before.
|
Mon, 08 Oct 2007 22:20:23 +0200 |
Patrick Mezard |
patch: fix git sendmail handling without proper mail headers
|
Sat, 06 Oct 2007 15:30:15 -0300 |
Alexis S. L. Carvalho |
Always copy the necessary files before applying a git patch
|
Tue, 28 Aug 2007 23:02:41 -0300 |
Alexis S. L. Carvalho |
Avoid a working dir walk while trying to detect copies for diff --git
|
Tue, 28 Aug 2007 22:48:25 -0300 |
Alexis S. L. Carvalho |
Make hg diff --git -r revA:revB detect (inverted) copies if revA > revB
|
Tue, 07 Aug 2007 10:28:43 +0200 |
Thomas Arendsen Hein |
Remove trailing spaces, fix indentation
|
Sat, 04 Aug 2007 23:07:52 -0700 |
Brendan Cully |
patch: add git symlink support
|
Tue, 31 Jul 2007 16:28:05 -0700 |
Bryan O'Sullivan |
patch: make internal code a bit friendlier to use
|
Mon, 30 Jul 2007 20:49:08 -0700 |
Bryan O'Sullivan |
patch: remove unused parameter from b85diff
|
Sat, 21 Jul 2007 16:44:38 -0500 |
Matt Mackall |
Merge with crew
|
Tue, 17 Jul 2007 23:35:24 +0200 |
Patrick Mezard |
patch: patches should be read and written in binary mode when possible.
|
Tue, 17 Jul 2007 23:34:52 +0200 |
Patrick Mezard |
patch: fix normalized paths separators.
|
Sat, 21 Jul 2007 16:02:10 -0500 |
Matt Mackall |
Make repo locks recursive, eliminate all passing of lock/wlock
|
Tue, 17 Jul 2007 09:39:30 -0700 |
Bryan O'Sullivan |
patch.py: re-add the ability to use an external patch program
|
Tue, 17 Jul 2007 09:39:30 -0700 |
Bryan O'Sullivan |
patch.py: don't mark files as changed unless they have actually been changed
|
Tue, 17 Jul 2007 09:39:30 -0700 |
Bryan O'Sullivan |
patch.py: fix some incorrect uses of _() for i18n
|
Tue, 17 Jul 2007 09:39:30 -0700 |
Bryan O'Sullivan |
Add Chris Mason's mpatch library.
|
Mon, 02 Jul 2007 13:26:12 -0700 |
Brendan Cully |
patch.extract: fix test-import breakage introduced in the previous changeset
|
Mon, 02 Jul 2007 10:59:16 -0700 |
Brendan Cully |
patch.extract: do not prepend subject if the description already starts with it
|