Thu, 05 Apr 2018 17:29:32 +0530 |
Pulkit Goyal |
py3: add missing b'' prefix in mdiff.py
|
Thu, 05 Apr 2018 17:15:52 +0530 |
Pulkit Goyal |
py3: fix error string with bytestr() on repr()d value
|
Sat, 03 Mar 2018 12:39:14 -0800 |
Jun Wu |
mdiff: add a config option to use xdiff algorithm
|
Sat, 03 Mar 2018 11:26:30 -0500 |
Gregory Szorc |
cext: accept arguments as Py_buffer
|
Sat, 03 Mar 2018 07:24:25 -0500 |
Yuya Nishihara |
py3: do not pass a memoryview to bdiff.bdiff()
|
Thu, 15 Feb 2018 17:18:26 +0100 |
Boris Feld |
util: extract all date-related utils in utils/dateutil module
|
Fri, 23 Feb 2018 23:09:58 +0900 |
Yuya Nishihara |
diff: do not split function name if character encoding is unknown
|
Thu, 25 Jan 2018 21:16:28 -0500 |
Augie Fackler |
bdiff: write a native version of splitnewlines
|
Sun, 04 Feb 2018 10:33:14 +0900 |
Yuya Nishihara |
mdiff: use str.startswith/endswith() instead of slicing
|
Sun, 04 Feb 2018 10:28:03 +0900 |
Yuya Nishihara |
patch: unify check_binary and binary flags
|
Wed, 07 Feb 2018 13:11:38 +0530 |
Pulkit Goyal |
py3: use pycompat.bytechr instead of chr
|
Thu, 01 Feb 2018 18:14:52 -0500 |
Augie Fackler |
mdiff: use slice instead of index on bytestr when checking single bytes
|
Fri, 26 Jan 2018 17:31:50 +0100 |
Joerg Sonnenberger |
mdiff: remove rewindhunk by yielding a bool first to indicate data
|
Fri, 26 Jan 2018 02:14:39 +0100 |
Joerg Sonnenberger |
mdiff: explicitly compute places for the newline marker
|
Thu, 25 Jan 2018 22:40:19 +0100 |
Joerg Sonnenberger |
patch: avoid repeated binary checks if all files in a patch are text
|
Fri, 29 Dec 2017 05:28:05 +0530 |
Pulkit Goyal |
py3: make regular expressions bytes by prepending b''
|
Fri, 29 Dec 2017 05:27:00 +0530 |
Pulkit Goyal |
py3: slice on bytes instead of indexing
|
Thu, 26 Oct 2017 00:13:38 +0900 |
Matthieu Laneuville |
patch: add within-line color diff capacity
|
Mon, 02 Oct 2017 04:48:06 +0530 |
Pulkit Goyal |
py3: use '%d' for integers instead of '%s'
|
Tue, 29 Aug 2017 18:20:50 -0700 |
David Soria Parra |
mdiff: add a --ignore-space-at-eol option
|
Tue, 27 Jun 2017 00:23:32 +0530 |
Pulkit Goyal |
py3: use pycompat.strkwargs() to convert kwargs keys to str
|
Sat, 13 Aug 2016 12:18:58 +0900 |
Yuya Nishihara |
mpatch: switch to policy importer
|
Sat, 13 Aug 2016 12:12:50 +0900 |
Yuya Nishihara |
bdiff: switch to policy importer
|
Wed, 26 Apr 2017 22:03:37 +0900 |
Yuya Nishihara |
bdiff: proxy through mdiff module
|
Wed, 26 Apr 2017 21:56:47 +0900 |
Yuya Nishihara |
base85: proxy through util module
|
Tue, 02 May 2017 17:05:22 +0900 |
Yuya Nishihara |
mdiff: move re-exports to top
|
Sat, 01 Apr 2017 12:24:59 +0200 |
Denis Laxalde |
mdiff: add a hunkinrange helper function
|
Sun, 26 Mar 2017 20:52:51 +0530 |
Pulkit Goyal |
diff: slice over bytes to make sure conditions work normally
|
Sun, 26 Mar 2017 20:58:21 +0530 |
Pulkit Goyal |
diff: use pycompat.{byteskwargs, strkwargs} to switch opts b/w bytes and str
|
Fri, 03 Mar 2017 17:46:40 +0100 |
Denis Laxalde |
mdiff: let unidiff return (diffheader, hunks)
|
Fri, 03 Mar 2017 17:46:28 +0100 |
Denis Laxalde |
mdiff: extract a checknonewline inner function in unidiff()
|
Fri, 03 Mar 2017 13:51:22 +0100 |
Denis Laxalde |
mdiff: distinguish diff headers from hunks in unidiff()
|
Thu, 02 Mar 2017 17:22:46 +0100 |
Denis Laxalde |
mdiff: let _unidiff yield hunks as (<range information>, <hunk lines>)
|
Mon, 09 Jan 2017 09:34:39 +0100 |
Denis Laxalde |
mdiff: turn the comment above _unidiff into a docstring
|
Tue, 27 Sep 2016 20:27:35 +0200 |
Denis Laxalde |
mdiff: compute newlines-splitted texts within _unidiff
|
Mon, 09 Jan 2017 10:51:44 -0800 |
Sean Farley |
patch: add similarity config knob in experimental section
|
Mon, 09 Jan 2017 11:13:47 -0800 |
Sean Farley |
patch: add config knob for displaying the index header
|
Tue, 03 Jan 2017 18:15:58 +0100 |
Denis Laxalde |
mdiff: add a "blocksinrange" function to filter diff blocks by line range
|
Tue, 27 Sep 2016 14:46:34 +0200 |
Philippe Pepiot |
mdiff: remove unused parameter 'refine' from allblocks()
|
Sat, 25 Jun 2016 13:52:46 -0700 |
Gregory Szorc |
mdiff: remove use of __slots__
|
Mon, 11 Jan 2016 22:00:07 -0500 |
Mike Hommey |
mdiff: don't emit a diff header for empty trivial deltas
|
Mon, 21 Dec 2015 21:26:14 -0800 |
Gregory Szorc |
mdiff: use absolute_import
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
Wed, 21 Jan 2015 16:35:09 -0500 |
Mike Edgar |
mdiff: add helper for making deltas which replace the full text of a revision
|
Wed, 12 Nov 2014 23:29:14 -0800 |
Siddharth Agarwal |
mdiff.unidiff: add support for noprefix
|
Wed, 12 Nov 2014 23:25:32 -0800 |
Siddharth Agarwal |
mdiff.diffopts: add a new noprefix option
|
Wed, 12 Nov 2014 23:19:44 -0800 |
Siddharth Agarwal |
mdiff.diffopts: add doc comment for nobinary
|
Sat, 21 Jun 2014 15:56:49 +1000 |
Stephen Lee |
diff: add nobinary config to suppress git-style binary diffs
|
Wed, 06 Nov 2013 16:48:06 -0500 |
Augie Fackler |
cleanup: move stdlib imports to their own import statement
|
Thu, 15 Nov 2012 15:16:41 -0800 |
Guillermo Pérez |
diff: move index header generation to patch
|
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
|
Thu, 05 Apr 2012 15:39:07 +0200 |
Patrick Mezard |
mdiff: fix diff header generation for files with spaces (issue3357)
stable
|
Mon, 06 Feb 2012 21:17:50 +0100 |
Patrick Mezard |
mdiff: adjust hunk offsets with --ignore-blank-lines (issue3234)
stable
|
Thu, 15 Dec 2011 15:27:11 -0600 |
Matt Mackall |
util: don't mess with builtins to emulate buffer()
|
Fri, 18 Nov 2011 14:23:03 +0100 |
Patrick Mezard |
mdiff: replace wscleanup() regexps with C loops
|
Fri, 18 Nov 2011 14:16:47 +0100 |
Patrick Mezard |
mdiff: split lines in allblocks() only when necessary
|
Fri, 18 Nov 2011 12:04:31 +0100 |
Patrick Mezard |
annotate: support diff whitespace filtering flags (issue3030)
|
Fri, 18 Nov 2011 12:01:04 +0100 |
Patrick Mezard |
mdiff: make diffblocks() return all blocks, matching and changed
|