log mercurial/patch.py @ 3963:ba45041827a2

age author description
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