mercurial/patch.py
Tue, 18 Nov 2014 17:22:03 -0800 Siddharth Agarwal patch.difffeatureopts: add a feature for format-changing diffopts
Tue, 18 Nov 2014 17:09:26 -0800 Siddharth Agarwal patch.difffeatureopts: add a feature for whitespace diffopts
Tue, 18 Nov 2014 17:10:14 -0800 Siddharth Agarwal patch.difffeatureopts: add a feature for diff.git
Tue, 18 Nov 2014 21:43:38 -0800 Siddharth Agarwal patch: rename diffopts to diffallopts
Tue, 18 Nov 2014 16:53:22 -0800 Siddharth Agarwal patch: add a new function to initialize diffopts by feature
Tue, 18 Nov 2014 16:00:54 -0800 Siddharth Agarwal patch.diffopts: use a dict for initialization
Wed, 12 Nov 2014 23:50:21 -0800 Siddharth Agarwal patch.trydiff: add support for noprefix
Thu, 13 Nov 2014 00:08:44 -0800 Siddharth Agarwal patch.diffopts: add support for noprefix
Wed, 12 Nov 2014 23:47:25 -0800 Siddharth Agarwal patch.diffopts: allow a setting to be forced in plain mode
Wed, 12 Nov 2014 23:44:17 -0800 Siddharth Agarwal patch.diffopts: break get function into if statements
Wed, 20 Aug 2014 15:15:50 -0400 Jordi Gutiérrez Hermoso patch: enable diff.tab markup for the color extension
Tue, 26 Aug 2014 22:03:32 +0200 Mads Kiilerich convert: use None value for missing files instead of overloading IOError
Wed, 14 Aug 2013 13:10:27 -0500 Sean Farley patch: use ctx.node() instead of bare node variable
Sat, 21 Jun 2014 15:56:49 +1000 Stephen Lee diff: add nobinary config to suppress git-style binary diffs
Thu, 05 Jun 2014 15:24:29 +0530 Chinmay Joshi patch: replace functions in fsbackend to use vfs
Thu, 08 May 2014 17:08:17 -0700 Pierre-Yves David import: add --partial flag to create a changeset despite failed hunks
Fri, 11 Apr 2014 16:38:55 -0400 Matt Mackall diff: use second filename for --stat reporting on git patches (issue4221)
Tue, 01 Apr 2014 02:46:03 +0900 FUJIWARA Katsunori i18n: fix "% inside _()" problems stable
Wed, 27 Nov 2013 18:39:00 +0100 Nicolas Vigier patch: add support for git delta hunks
Wed, 06 Nov 2013 22:09:15 -0500 Augie Fackler makememctx: move from patch to context to break import cycle
Sun, 13 Oct 2013 08:38:30 -0400 Johan Bjork patch: ensure valid git diffs if source/destination file is missing (issue4046) stable
Mon, 07 Oct 2013 17:47:55 -0400 Augie Fackler merge with stable
Mon, 07 Oct 2013 17:47:19 -0400 Johan Bjork patch: Fix nullid for binary git diffs (issue4054) stable
Tue, 24 Sep 2013 15:10:32 -0400 Augie Fackler python2.4: fix imports of sub-packages of the email package
Fri, 20 Sep 2013 10:15:51 -0400 Augie Fackler patch: correct import of email module
Sat, 27 Jul 2013 19:31:14 -0500 Matt Mackall import: cut commit messages at --- unconditionally (issue2148) stable
Thu, 04 Apr 2013 13:45:21 -0700 Siddharth Agarwal patch: use scmutil.marktouched instead of scmutil.addremove
Fri, 22 Mar 2013 17:27:06 -0500 Sean Farley patch: match 'diff --git a/' instead of 'diff --git'
Mon, 04 Mar 2013 22:34:11 +0000 Johan Bjork diff: fix binary file removals in git mode.
Fri, 28 Dec 2012 11:55:57 +0100 Mads Kiilerich util: fold ENOENT check into unlinkpath, controlled by new ignoremissing flag
Sun, 09 Dec 2012 23:33:16 +0100 Mads Kiilerich check-code: there must also be whitespace between ')' and operator
Tue, 27 Nov 2012 14:58:00 -0800 Bryan O'Sullivan subrepo: use posixpath when diffing, for consistent paths
Thu, 15 Nov 2012 15:16:41 -0800 Guillermo Pérez diff: move index header generation to patch
Thu, 15 Nov 2012 15:06:32 -0800 Guillermo Pérez patch: make _addmodehdr a function under trydiff
Thu, 15 Nov 2012 13:57:03 -0800 Guillermo Pérez diff: rewrite diffline
Thu, 15 Nov 2012 13:52:51 -0800 Guillermo Pérez diff: swap and simplify diffline args
Thu, 15 Nov 2012 13:49:04 -0800 Guillermo Pérez diff: change how quiet mode supresses diffline
Thu, 15 Nov 2012 12:19:03 -0800 Guillermo Pérez diff: move diffline to patch module
Thu, 15 Nov 2012 12:16:08 -0800 Guillermo Pérez diff: unify calls to diffline
Tue, 06 Nov 2012 14:04:05 -0800 Guillermo Pérez diff: move b85diff to mdiff module
Tue, 31 Jul 2012 03:30:42 +0200 Mads Kiilerich check-code: indent 4 spaces in py files stable
Fri, 01 Jun 2012 17:05:31 -0700 Bryan O'Sullivan util: subclass deque for Python 2.4 backwards compatibility
Fri, 01 Jun 2012 15:14:29 -0500 Matt Mackall merge with stable
Fri, 01 Jun 2012 17:37:56 +0200 Patrick Mezard patch: keep patching after missing copy source (issue3480) stable
Tue, 15 May 2012 10:46:23 -0700 Bryan O'Sullivan cleanup: use the deque type where appropriate
Sun, 13 May 2012 13:18:06 +0200 Brodie Rao check-code: ignore naked excepts with a "re-raise" comment
Sat, 12 May 2012 16:00:58 +0200 Brodie Rao cleanup: "raise SomeException()" -> "raise SomeException"
Sat, 12 May 2012 16:00:57 +0200 Brodie Rao cleanup: "not x in y" -> "x not in y"
Sat, 12 May 2012 15:54:54 +0200 Brodie Rao cleanup: eradicate long lines
Sat, 12 May 2012 12:23:49 +0200 Matt Mackall merge with stable
Sat, 12 May 2012 16:10:01 +0900 Yuya Nishihara patch: fix segfault against unified diffs which start line is zero stable
Sun, 29 Apr 2012 11:19:51 +0200 Patrick Mezard patch: clarify binary hunk parsing loop
Thu, 26 Apr 2012 21:44:02 +0200 Patrick Mezard patch: be more tolerant with EOLs in binary diffs (issue2870) stable
Thu, 26 Apr 2012 21:44:00 +0200 Patrick Mezard patch: include file name in binary patch error messages stable
Sat, 21 Apr 2012 19:58:18 +0200 Patrick Mezard patch: display a nice error for invalid base85 data stable
Sat, 21 Apr 2012 21:40:25 +0200 Patrick Mezard patch: fix patch hunk/metdata synchronization (issue3384) stable
Fri, 20 Apr 2012 19:11:54 +0200 Patrick Mezard patch: be more tolerant with "Parent" header (issue3356) stable
Thu, 05 Apr 2012 19:23:04 +0200 Patrick Mezard patch: remove useless variable assignment
Mon, 13 Feb 2012 17:22:35 +0100 Patrick Mezard patch: fuzz more aggressively to match patch(1) behaviour stable
Mon, 13 Feb 2012 16:47:31 +0100 Patrick Mezard patch: fix fuzzing of hunks without previous lines (issue3264) stable
less more (0) -300 -100 -60 tip