log mercurial/patch.py @ 23751:30c6e85aac77

age author description
Wed, 07 Jan 2015 08:46:52 -0800 Martin von Zweigbergk trydiff: remove unused code for git index of "combined diff"
Tue, 06 Jan 2015 22:55:01 -0800 Martin von Zweigbergk diff: remove dead assignment
Tue, 23 Dec 2014 16:16:26 -0800 Martin von Zweigbergk trydiff: use 'ctx1.flags()' for symmetry with 'ctx2.flags()'
Tue, 23 Dec 2014 16:25:00 -0800 Martin von Zweigbergk trydiff: use 'not in addedset' for symmetry with 'not in removedset'
Tue, 23 Dec 2014 16:12:54 -0800 Martin von Zweigbergk trydiff: simplify checking for additions
Tue, 23 Dec 2014 14:56:30 -0800 Martin von Zweigbergk trydiff: extract 'date2' variable like existing 'date1'
Tue, 23 Dec 2014 10:41:45 -0800 Martin von Zweigbergk trydiff: use sets, not lists, for containment checks
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