log mercurial/patch.py @ 3693:454b3a8cdf28

age author description
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
Wed, 16 Aug 2006 19:49:45 -0700 Brendan Cully Teach mq about git patches
Wed, 16 Aug 2006 19:46:18 -0700 Brendan Cully Move import's working dir update code into patch.updatedir
Wed, 16 Aug 2006 10:52:42 -0700 Vadim Gelfer override previous merge with mpm.
Wed, 16 Aug 2006 10:52:19 -0700 Vadim Gelfer redo merge with mpm.
Wed, 16 Aug 2006 10:46:24 -0700 Vadim Gelfer merge with mpm.
Tue, 15 Aug 2006 11:28:50 -0700 Brendan Cully Unify mq and hg patch invocation.
Mon, 14 Aug 2006 22:48:03 -0700 Brendan Cully Add diff --git option
Tue, 15 Aug 2006 11:34:08 -0500 Matt Mackall Move ui.diffopts to patch.diffopts where it belongs
Sun, 13 Aug 2006 15:24:30 -0700 Vadim Gelfer fix patch.patch.filterfiles.
Sat, 12 Aug 2006 16:40:12 -0700 Vadim Gelfer remove localrepository.changes.
Sat, 12 Aug 2006 16:13:27 -0700 Vadim Gelfer refactor text diff/patch code.
Sat, 12 Aug 2006 15:41:26 -0700 Vadim Gelfer util: qualify name properly.
Sat, 12 Aug 2006 13:16:48 -0700 Vadim Gelfer commands.import: refactor patch parsing into patch.extract.
Sat, 12 Aug 2006 12:47:18 -0700 Vadim Gelfer merge git patch code.
Fri, 11 Aug 2006 16:55:48 -0700 Brendan Cully Remove debugging line
Fri, 11 Aug 2006 15:50:16 -0700 Brendan Cully Move patch-related code into its own module.