log mercurial/patch.py @ 4436:a764edb6fc95

age author description
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
Thu, 22 Mar 2007 10:44:59 -0700 Brendan Cully Add import --exact.
Fri, 16 Mar 2007 00:45:18 -0300 Alexis S. L. Carvalho Merge with crew-stable
Fri, 16 Mar 2007 00:22:57 -0300 Alexis S. L. Carvalho pass repo.root to util.pathto() in preparation for the next patch
Wed, 14 Mar 2007 11:46:07 -0700 Brendan Cully git-send-email compatibility: stop reading changelog after ^---$
Tue, 13 Mar 2007 21:54:34 -0700 Brendan Cully Make [PATCH] removal slightly more robust
Mon, 12 Mar 2007 13:58:06 -0700 Brendan Cully Strip [PATCH...] from message subject when importing patches
Sat, 10 Mar 2007 23:21:33 -0300 Alexis S. L. Carvalho Merge a bunch of matcher and locate fixes.
Sat, 10 Mar 2007 23:00:43 -0300 Alexis S. L. Carvalho remove obsolete code from patch.diff
Fri, 02 Mar 2007 14:03:30 -0800 Brendan Cully Suppress <stdout> before hg export -v (regression from previous patch).
Thu, 01 Mar 2007 20:53:38 -0800 Brendan Cully Let patch.export handle any fp-like object
Tue, 20 Feb 2007 20:55:23 +0100 Thomas Arendsen Hein merge with crew-stable
Sat, 17 Feb 2007 09:55:00 -0200 Alexis S. L. Carvalho git binary patches: don't print the header for identical files
Sat, 17 Feb 2007 09:54:59 -0200 Alexis S. L. Carvalho git binary patches: use hashes to detect identical files
Fri, 16 Feb 2007 05:27:37 -0200 Alexis S. L. Carvalho merge with crew-stable
Fri, 16 Feb 2007 04:54:46 -0200 Alexis S. L. Carvalho git patches: handle renames of binary files
Fri, 29 Dec 2006 20:04:31 -0600 Matt Mackall symlinks: add flags param to wwrite
Fri, 29 Dec 2006 20:04:30 -0600 Matt Mackall exec: add execfunc to simplify exec flag support on non-exec filesystems
Tue, 26 Dec 2006 03:12:23 +0100 Benoit Boissinot commands.py: use contexts in export
Mon, 25 Dec 2006 17:43:49 +0100 Benoit Boissinot patch: use contexts for diff
Mon, 25 Dec 2006 13:37:00 +0100 Benoit Boissinot remove various unused import
Fri, 15 Dec 2006 18:38:09 -0800 Brendan Cully Merge with crew-stable
Fri, 15 Dec 2006 19:30:20 +0100 Thomas Arendsen Hein Don't use node length for calculating revision number length.
Fri, 15 Dec 2006 19:09:10 +0100 Thomas Arendsen Hein Make sequence number on hg export start at 1 (as documented for %n). Add test.
Thu, 14 Dec 2006 20:25:19 -0600 Matt Mackall Simplify i18n imports
Wed, 13 Dec 2006 13:27:09 -0600 Matt Mackall Replace demandload with new demandimport
Mon, 27 Nov 2006 22:03:36 -0200 Alexis S. L. Carvalho handle files with more than one git binary patch
Mon, 27 Nov 2006 22:03:31 -0200 Alexis S. L. Carvalho handle files with both git binary patches and copy/rename ops
Mon, 20 Nov 2006 19:32:46 -0200 Alexis S. L. Carvalho Don't generate git patches that rename a file to multiple destinations
Mon, 20 Nov 2006 19:32:45 -0200 Alexis S. L. Carvalho handle git patches that rename a file to more than one destination
Mon, 20 Nov 2006 19:32:38 -0200 Alexis S. L. Carvalho diff: better detection of renames when comparing with the working dir.
Mon, 20 Nov 2006 19:32:37 -0200 Alexis S. L. Carvalho fix typo in mercurial/patch.py
Mon, 20 Nov 2006 19:32:36 -0200 Alexis S. L. Carvalho renamedbetween: only return (file, node) pairs that exist in the original rev
Mon, 20 Nov 2006 19:32:35 -0200 Alexis S. L. Carvalho diff: improve detection of renames when diffing across many revisions
Fri, 17 Nov 2006 08:06:54 +0100 Thomas Arendsen Hein white space and line break cleanups
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall util: add copyfile function
Mon, 30 Oct 2006 16:10:58 -0800 Brendan Cully git patch: create empty added files
Thu, 26 Oct 2006 19:25:45 +0200 Alexis S. L. Carvalho add untrusted argument to patch.diffopts
Thu, 19 Oct 2006 14:16:51 +0200 Benoit Boissinot use xrange instead of range
Wed, 18 Oct 2006 10:37:34 -0700 Brendan Cully patch: return list of modified files even when an exception is raised
Fri, 13 Oct 2006 15:34:35 -0300 Alexis S. L. Carvalho use short hashes with diff -v
Thu, 12 Oct 2006 16:34:32 -0700 Brendan Cully Add popen2 demandload to patch.py, required by diffstat
Thu, 12 Oct 2006 13:39:14 -0700 Brendan Cully Use line length field when extracting git binary patches
Thu, 12 Oct 2006 09:17:16 -0700 Brendan Cully Add git-1.4 binary patch support
Tue, 10 Oct 2006 14:48:26 -0700 Brendan Cully Don't generate git diff header for empty diffs
Mon, 02 Oct 2006 21:10:31 +0200 Benoit Boissinot fix warnings from pychecker
Sun, 01 Oct 2006 19:26:33 +0200 Thomas Arendsen Hein Whitespace/Tab cleanup
Tue, 26 Sep 2006 00:05:24 +0100 Stephen Darnell Add -D/--nodates options to hg diff/export that removes dates from diff headers
Tue, 26 Sep 2006 13:58:58 +0200 Benoit Boissinot fix users of dirstate.copies broken by b1f10d3223c1
Wed, 13 Sep 2006 13:14:08 -0700 Matt Doar Add support for diffstat in commit emails, and move diffstat from
Thu, 07 Sep 2006 14:12:39 +0200 Benoit Boissinot git --diff: fix traceback when getting mode change
Tue, 05 Sep 2006 01:11:14 +0200 Benoit Boissinot unlink temporary patch files even when an exception is raised
Wed, 30 Aug 2006 13:42:57 -0700 Brendan Cully Remove temporary git patch files
Wed, 30 Aug 2006 13:12:26 -0700 Brendan Cully Fix git patch application when cwd != repo.root
Fri, 18 Aug 2006 17:02:38 -0700 Vadim Gelfer merge.
Thu, 17 Aug 2006 21:13:35 +0300 Giorgos Keramidas add missing import of errno