mercurial/patch.py
Sun, 25 Oct 2009 02:53:33 +0200 Brodie Rao diffstat: with --git, mark binary files with Bin
Sun, 25 Oct 2009 02:35:35 +0200 Brodie Rao diffstat: print 0 instead of nothing for 0 adds or removes
Fri, 16 Oct 2009 00:06:23 +0200 Patrick Mezard Merge with crew-stable
Thu, 15 Oct 2009 23:15:30 +0200 Patrick Mezard patch: handle symlink updates/replacements (issue1785)
Thu, 15 Oct 2009 23:15:30 +0200 Patrick Mezard patch: handle symlinks without symlinkhunk
Sun, 11 Oct 2009 13:54:19 -0500 Matt Mackall Merge with stable
Thu, 08 Oct 2009 23:42:33 +0200 Patrick Mezard patch: do not swallow header-like patch first line (issue1859)
Sat, 19 Sep 2009 01:15:38 +0200 Martin Geisler do not attempt to translate ui.debug output
Sun, 23 Aug 2009 14:32:58 +0200 Nicolas Dumazet patch: remove the unused, broken reverse() function
Mon, 24 Aug 2009 14:40:21 +0200 Nicolas Dumazet patch: readgitpatch: remove unused variable 'src'
Mon, 10 Aug 2009 23:02:58 +0200 Martin Geisler patch: marked string for translation
Mon, 10 Aug 2009 22:59:29 +0200 Brodie Rao diffstat: scale adds/removes proportionally to graph width
Fri, 07 Aug 2009 19:27:54 -0700 Brendan Cully patch: create file even if source is not /dev/null
Mon, 27 Jul 2009 18:38:20 -0500 Matt Mackall Merge with crew
Fri, 24 Jul 2009 15:53:40 -0600 Bill Barry fix issue 1763: strip chars from end of line when parsing gitpatch lines
Tue, 14 Jul 2009 16:51:52 -0700 Brendan Cully Merge with crew-stable
Tue, 14 Jul 2009 16:50:37 -0700 Brendan Cully Make patch.diff filelog cache LRU of 20 files. Fixes issue1738.
Sun, 05 Jul 2009 11:02:00 +0200 Alejandro Santos compat: use 'key' argument instead of 'cmp' when sorting a list
Sun, 05 Jul 2009 11:01:30 +0200 Alejandro Santos compat: use open() instead of file() everywhere
Sun, 05 Jul 2009 11:00:44 +0200 Alejandro Santos compat: use // for integer division
Mon, 22 Jun 2009 12:05:11 +0200 Simon Heimberg patch: use new style class in linereader
Fri, 19 Jun 2009 13:47:50 +0200 Dirkjan Ochtman kill trailing whitespace
Tue, 16 Jun 2009 16:22:42 +0100 Colin Caughie Fixed patch.eol bug that truncated all patched lines to one character
Mon, 15 Jun 2009 00:03:26 +0200 Patrick Mezard Add patch.eol to ignore EOLs when patching (issue1019)
Wed, 10 Jun 2009 15:10:21 +0200 Benoit Boissinot use new style classes
Tue, 09 Jun 2009 09:25:17 -0400 timeless Generally replace "file name" with "filename" in help and comments.
Tue, 26 May 2009 22:59:52 +0200 Martin Geisler replace "i in range(len(xs))" with "i, x in enumerate(xs)"
Wed, 20 May 2009 00:52:46 +0200 Martin Geisler use 'x is None' instead of 'x == None'
Wed, 20 May 2009 00:43:23 +0200 Martin Geisler patch: simplify Boolean expression slightly
Sun, 17 May 2009 03:28:49 +0200 Benoit Boissinot patch: use set instead of dict
Thu, 14 May 2009 13:20:40 -0500 Matt Mackall patch: copy copies dict before changing it (issue1651)
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Sun, 26 Apr 2009 16:50:44 -0500 Matt Mackall replace util.sort with sorted built-in
Mon, 20 Apr 2009 21:16:14 -0300 Wagner Bruna patch, i18n: avoid parameterized plural
Sat, 04 Apr 2009 19:43:00 +0200 Dirkjan Ochtman merge with crew-stable
Tue, 24 Mar 2009 23:28:55 +0000 Vsevolod Solovyov Fix issue1495, corner case of adding empty files via patching
Mon, 23 Mar 2009 13:12:07 +0100 Peter Arrenbrecht cleanup: drop unused imports
Fri, 20 Mar 2009 14:38:50 -0500 Matt Mackall diffstat: use width 80 by default and avoid division by zero
Mon, 16 Feb 2009 17:37:23 -0600 Matt Mackall patch: teach selectfile about symlinks (issue1438)
Thu, 12 Feb 2009 12:35:48 +0100 Dirkjan Ochtman patch: no need to instantiate a match catch-all in diff()
Sat, 07 Feb 2009 23:29:12 +0100 Dirkjan Ochtman merge with mpm
Wed, 04 Feb 2009 20:53:38 +0100 Martin Geisler patch: turned strings with backslashes into raw strings
Sun, 25 Jan 2009 21:20:13 +0100 Mads Kiilerich Make util.find_exe alway returns existing file, fixing issue1459
Mon, 19 Jan 2009 12:59:56 +0100 Dirkjan Ochtman kill some trailing whitespace
Tue, 13 Jan 2009 20:28:06 +0200 Patrick Mezard diffstat: don't fail on merges
Fri, 09 Jan 2009 01:36:35 +0100 Benoit Boissinot patch: export shouldn't close files received as a parameter
Sat, 03 Jan 2009 21:24:31 +0100 Dirkjan Ochtman merge with crew-stable
Fri, 02 Jan 2009 22:53:33 +0100 Martin Geisler use repo.wjoin(f) instead of os.path.join(repo.root, f)
Sat, 03 Jan 2009 20:33:37 +0100 Dirkjan Ochtman patch: kill some trailing whitespace
Thu, 25 Dec 2008 10:48:24 +0200 Alexander Solovyov python implementation of diffstat
Sun, 14 Dec 2008 23:05:18 -0800 Brendan Cully Merge with crew-stable
Fri, 05 Dec 2008 14:51:50 +0100 Bartosz SKOWRON patch: simplify linereader
Sun, 14 Dec 2008 23:04:29 -0800 Brendan Cully patch: handle git patches that remove symlinks (issue1438)
Thu, 11 Dec 2008 22:59:35 +0100 Patrick Mezard patch: catch only IOError from makedirs()
Tue, 09 Dec 2008 14:27:47 +0100 Stefan Rusek When applying a git diff, ensure that the target dir exists for new files
Sat, 22 Nov 2008 00:21:57 -0800 Brendan Cully import: add similarity option (issue295)
Wed, 19 Nov 2008 13:27:57 +0100 Patrick Mezard patch: isolate patchfile filesystem calls into methods
Wed, 19 Nov 2008 13:27:57 +0100 Patrick Mezard patch: pass an opener to patchfile
Wed, 19 Nov 2008 13:27:57 +0100 Patrick Mezard patch: remove useless unlink() call
Thu, 06 Nov 2008 11:17:38 +0100 Ronny Pfannschmidt export: fixed silent output file overwriting
less more (0) -100 -60 tip