log mercurial/patch.py @ 5437:71e7c86adcb7

age author description
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
Sat, 21 Jul 2007 16:02:10 -0500 Matt Mackall Make repo locks recursive, eliminate all passing of lock/wlock
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.
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
Thu, 21 Jun 2007 09:25:49 +0200 Thomas Arendsen Hein Kill trailing spaces
Tue, 19 Jun 2007 17:02:07 +0200 Patrick Mezard patch: fix ui.patch regression introduced by 62019c4427e3.
Wed, 06 Jun 2007 20:22:52 +0200 Thomas Arendsen Hein Removed trailing whitespace and tabs from python files
Sun, 03 Jun 2007 14:38:52 -0300 Alexis S. L. Carvalho patch.diff: avoid calling workingctx().manifest()
Sun, 27 May 2007 14:43:29 -0700 Bryan O'Sullivan Automated merge with http://hg.intevation.org/mercurial/crew
Sun, 27 May 2007 14:26:54 -0700 Bryan O'Sullivan Introduce find_exe. Use instead of find_in_path for programs.
Thu, 17 May 2007 20:09:47 -0700 Eric Hopper Add ability to parse branch information to hg import
Thu, 10 May 2007 13:42:36 -0700 Eric Hopper Add branch information to hg export.
Sat, 12 May 2007 21:09:31 +0200 Patrick Mezard Add ui.patch option.
Sat, 12 May 2007 21:09:29 +0200 Patrick Mezard Fix issue483 - mq does not work under windows with gnu-win32 patch.
Sat, 07 Apr 2007 04:45:27 -0300 Alexis S. L. Carvalho Merge with crew-stable.
Sat, 07 Apr 2007 04:27:55 -0300 Alexis S. L. Carvalho Try to find diffstat in PATH before calling it