Mon, 02 Oct 2017 04:48:06 +0530 |
Pulkit Goyal |
py3: use '%d' for integers instead of '%s'
|
file |
diff |
annotate
|
Tue, 29 Aug 2017 18:20:50 -0700 |
David Soria Parra |
mdiff: add a --ignore-space-at-eol option
|
file |
diff |
annotate
|
Tue, 27 Jun 2017 00:23:32 +0530 |
Pulkit Goyal |
py3: use pycompat.strkwargs() to convert kwargs keys to str
|
file |
diff |
annotate
|
Sat, 13 Aug 2016 12:18:58 +0900 |
Yuya Nishihara |
mpatch: switch to policy importer
|
file |
diff |
annotate
|
Sat, 13 Aug 2016 12:12:50 +0900 |
Yuya Nishihara |
bdiff: switch to policy importer
|
file |
diff |
annotate
|
Wed, 26 Apr 2017 22:03:37 +0900 |
Yuya Nishihara |
bdiff: proxy through mdiff module
|
file |
diff |
annotate
|
Wed, 26 Apr 2017 21:56:47 +0900 |
Yuya Nishihara |
base85: proxy through util module
|
file |
diff |
annotate
|
Tue, 02 May 2017 17:05:22 +0900 |
Yuya Nishihara |
mdiff: move re-exports to top
|
file |
diff |
annotate
|
Sat, 01 Apr 2017 12:24:59 +0200 |
Denis Laxalde |
mdiff: add a hunkinrange helper function
|
file |
diff |
annotate
|
Sun, 26 Mar 2017 20:52:51 +0530 |
Pulkit Goyal |
diff: slice over bytes to make sure conditions work normally
|
file |
diff |
annotate
|
Sun, 26 Mar 2017 20:58:21 +0530 |
Pulkit Goyal |
diff: use pycompat.{byteskwargs, strkwargs} to switch opts b/w bytes and str
|
file |
diff |
annotate
|
Fri, 03 Mar 2017 17:46:40 +0100 |
Denis Laxalde |
mdiff: let unidiff return (diffheader, hunks)
|
file |
diff |
annotate
|
Fri, 03 Mar 2017 17:46:28 +0100 |
Denis Laxalde |
mdiff: extract a checknonewline inner function in unidiff()
|
file |
diff |
annotate
|
Fri, 03 Mar 2017 13:51:22 +0100 |
Denis Laxalde |
mdiff: distinguish diff headers from hunks in unidiff()
|
file |
diff |
annotate
|
Thu, 02 Mar 2017 17:22:46 +0100 |
Denis Laxalde |
mdiff: let _unidiff yield hunks as (<range information>, <hunk lines>)
|
file |
diff |
annotate
|
Mon, 09 Jan 2017 09:34:39 +0100 |
Denis Laxalde |
mdiff: turn the comment above _unidiff into a docstring
|
file |
diff |
annotate
|
Tue, 27 Sep 2016 20:27:35 +0200 |
Denis Laxalde |
mdiff: compute newlines-splitted texts within _unidiff
|
file |
diff |
annotate
|
Mon, 09 Jan 2017 10:51:44 -0800 |
Sean Farley |
patch: add similarity config knob in experimental section
|
file |
diff |
annotate
|
Mon, 09 Jan 2017 11:13:47 -0800 |
Sean Farley |
patch: add config knob for displaying the index header
|
file |
diff |
annotate
|
Tue, 03 Jan 2017 18:15:58 +0100 |
Denis Laxalde |
mdiff: add a "blocksinrange" function to filter diff blocks by line range
|
file |
diff |
annotate
|
Tue, 27 Sep 2016 14:46:34 +0200 |
Philippe Pepiot |
mdiff: remove unused parameter 'refine' from allblocks()
|
file |
diff |
annotate
|
Sat, 25 Jun 2016 13:52:46 -0700 |
Gregory Szorc |
mdiff: remove use of __slots__
|
file |
diff |
annotate
|
Mon, 11 Jan 2016 22:00:07 -0500 |
Mike Hommey |
mdiff: don't emit a diff header for empty trivial deltas
|
file |
diff |
annotate
|
Mon, 21 Dec 2015 21:26:14 -0800 |
Gregory Szorc |
mdiff: use absolute_import
|
file |
diff |
annotate
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
file |
diff |
annotate
|
Wed, 21 Jan 2015 16:35:09 -0500 |
Mike Edgar |
mdiff: add helper for making deltas which replace the full text of a revision
|
file |
diff |
annotate
|
Wed, 12 Nov 2014 23:29:14 -0800 |
Siddharth Agarwal |
mdiff.unidiff: add support for noprefix
|
file |
diff |
annotate
|
Wed, 12 Nov 2014 23:25:32 -0800 |
Siddharth Agarwal |
mdiff.diffopts: add a new noprefix option
|
file |
diff |
annotate
|
Wed, 12 Nov 2014 23:19:44 -0800 |
Siddharth Agarwal |
mdiff.diffopts: add doc comment for nobinary
|
file |
diff |
annotate
|
Sat, 21 Jun 2014 15:56:49 +1000 |
Stephen Lee |
diff: add nobinary config to suppress git-style binary diffs
|
file |
diff |
annotate
|