mercurial/patch.py
Sat, 17 Apr 2010 13:23:24 -0500 Augie Fackler patch: refactor applydiff to allow for mempatching
Sat, 17 Apr 2010 13:13:57 -0500 Augie Fackler patch: move mercurial-specific imports after stdlib imports
Wed, 14 Apr 2010 17:58:10 +0900 Nicolas Dumazet pylint, pyflakes: remove unused or duplicate imports
Sun, 11 Apr 2010 20:59:55 -0700 Brendan Cully Merge with stable
Fri, 09 Apr 2010 20:34:05 +0200 Peter Arrenbrecht patch: don't look for headers in diff lines stable
Fri, 02 Apr 2010 15:22:06 -0500 Brodie Rao diff: make use of output labeling
Mon, 22 Mar 2010 11:08:42 +0100 Benoit Boissinot patch: warn when the internal patcher fails
Sat, 20 Mar 2010 16:57:24 -0500 Matt Mackall Merge with stable
Sat, 20 Mar 2010 14:47:05 +0100 Benoit Boissinot patch: more precise NoHunk, raised for every file (issue2102) stable
Sat, 20 Mar 2010 21:16:22 +0100 Benoit Boissinot patch: differentiate start of file with diff --git vs '--- ' stable
Sat, 20 Mar 2010 10:01:56 -0500 Matt Mackall Merge with stable
Fri, 19 Mar 2010 22:52:38 +0100 Benoit Boissinot patch: try harder to find the file to patch on file creation (issue2041) stable
Fri, 19 Mar 2010 16:05:16 -0500 Matt Mackall Merge with stable
Fri, 19 Mar 2010 12:45:39 +0100 Benoit Boissinot patch: second line of a context diff starts with '--- ', not '+++ ' stable
Thu, 18 Mar 2010 14:36:24 -0700 Brendan Cully Merge with stable
Thu, 18 Mar 2010 18:22:34 +0100 Benoit Boissinot patch: enhance diff detection regexp, allow '--- ' in patch message stable
Tue, 09 Mar 2010 19:04:18 +0100 Benoit Boissinot patch/diff: move diff related code next to each other
Mon, 08 Mar 2010 19:43:24 +0100 Benoit Boissinot patch/diff: move patch.export() to cmdutil.export()
Mon, 22 Feb 2010 22:55:58 +0100 Patrick Mezard patch: fix patching with fuzz and eol normalization stable
Fri, 19 Feb 2010 13:04:11 -0200 Wagner Bruna patch, i18n: avoid parameterized messages stable
Thu, 18 Feb 2010 10:46:01 -0800 Brendan Cully import: if in doubt, consume stream until start of diff stable
Sun, 14 Feb 2010 17:53:23 +0100 Patrick Mezard patch: remove useless copy, cleanup stable
Thu, 11 Feb 2010 11:22:57 -0200 Wagner Bruna patch: separate reverse copy data (issue1959) stable
Sun, 07 Feb 2010 18:06:52 +0100 Brendan Cully import: import each patch in a file or stream as a separate change
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Tue, 19 Jan 2010 22:45:09 -0600 Matt Mackall Merge with stable
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Sun, 03 Jan 2010 20:36:30 +0100 Patrick Mezard Merge with crew-stable
Sun, 03 Jan 2010 19:47:07 +0100 Patrick Mezard patch: explicitely close input patch files when leaving stable
Fri, 01 Jan 2010 20:54:05 +0100 Patrick Mezard patch: support diff data loss detection and upgrade
Tue, 29 Dec 2009 16:00:38 +0100 Patrick Mezard patch: make git diffline generation more explicit
Thu, 24 Dec 2009 00:01:13 +0100 Patrick Mezard Merge with crew-stable
Wed, 09 Dec 2009 16:56:00 -0800 Greg Onufer patch: better handling of sequence of offset patch hunks (issue1941) stable
Wed, 23 Dec 2009 19:31:48 +0100 Patrick Mezard patch: drop unused hunk.newctrl()
Wed, 23 Dec 2009 19:31:48 +0100 Patrick Mezard patch: drop eol normalization fast-path for 'lf' and 'crlf'
Wed, 23 Dec 2009 19:31:47 +0100 Patrick Mezard patch: fix eolmode=auto with new files
Sun, 20 Dec 2009 17:18:04 +0100 Martin Geisler patch: implement patch.eol=auto mode
Sun, 20 Dec 2009 17:18:02 +0100 Martin Geisler patch: propagate eolmode down to patchfile
Thu, 05 Nov 2009 15:18:56 +0100 Yannick Gingras diff: add --inverse option
Thu, 05 Nov 2009 10:44:36 +0100 Dirkjan Ochtman kill trailing whitespace
Sat, 31 Oct 2009 18:02:34 +0100 Benoit Boissinot patch: use the public ctx API instead of the internals
Sat, 31 Oct 2009 18:02:13 +0100 Benoit Boissinot patch: don't use mutable object as default argument
Sat, 31 Oct 2009 18:01:08 +0100 Benoit Boissinot patch: initialize all attributes of the hunk class
Sat, 31 Oct 2009 18:00:05 +0100 Benoit Boissinot patch: simplify logic
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
less more (0) -100 -60 tip