tests/test-bdiff.py
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Sun, 23 Sep 2018 23:39:07 +0300 Pulkit Goyal tests: use assertTrue() instead of assert_() in test-bdiff.py
Sun, 23 Sep 2018 23:35:38 +0300 Pulkit Goyal py3: use '%d' for integers instead of '%s'
Sun, 23 Sep 2018 23:34:22 +0300 Pulkit Goyal py3: add b'' prefixes in tests/test-bdiff.py
Wed, 26 Apr 2017 22:05:59 +0900 Yuya Nishihara mpatch: proxy through mdiff module
Wed, 26 Apr 2017 22:03:37 +0900 Yuya Nishihara bdiff: proxy through mdiff module
Tue, 14 Feb 2017 01:52:16 +0530 Pulkit Goyal test-bdiff: move import inside the function to avoid test failure
Thu, 15 Dec 2016 11:14:00 -0500 Augie Fackler tests: fix test-bdiff to handle variance between pure and c bdiff code
Thu, 15 Dec 2016 11:04:09 -0500 Augie Fackler tests: finish updating test-bdiff to unittest (part 4 of 4)
Thu, 15 Dec 2016 10:56:26 -0500 Augie Fackler tests: update more of test-bdiff.py to use unittest (part 3 of 4)
Thu, 15 Dec 2016 10:50:06 -0500 Augie Fackler tests: update more of test-bdiff.py to use unittest (part 2 of 4)
Thu, 15 Dec 2016 10:10:15 -0500 Augie Fackler tests: migrate test-bdiff.py to use unittest (part 1 of 4)
Tue, 15 Nov 2016 21:56:49 +0100 Mads Kiilerich bdiff: give slight preference to removing trailing lines
Tue, 15 Nov 2016 21:56:49 +0100 Mads Kiilerich bdiff: give slight preference to appending lines
Tue, 08 Nov 2016 18:37:33 +0100 Mads Kiilerich bdiff: give slight preference to longest matches in the middle of the B side
Tue, 08 Nov 2016 18:37:33 +0100 Mads Kiilerich bdiff: adjust criteria for getting optimal longest match in the A side middle
Tue, 08 Nov 2016 18:37:33 +0100 Mads Kiilerich tests: explore some bdiff cases
Tue, 15 Nov 2016 21:56:49 +0100 Mads Kiilerich tests: make test-bdiff.py easier to maintain
Thu, 21 Apr 2016 21:05:26 -0500 Matt Mackall bdiff: deal better with duplicate lines stable
Sun, 03 Apr 2016 06:16:17 +0300 Robert Stanca py3: use print_function in test-bdiff.py
Sun, 03 Apr 2016 06:12:18 +0300 Robert Stanca py3: use absolute_import in test-bdiff.py
Fri, 18 Nov 2011 14:23:03 +0100 Patrick Mezard mdiff: replace wscleanup() regexps with C loops
Tue, 26 Oct 2010 12:18:39 +0200 Dan Villiom Podlaski Christiansen *: kill all unnecessary shebangs. stable
Sat, 30 May 2009 23:20:30 +0200 Martin Geisler removed unused imports
Sun, 17 May 2009 01:39:31 +0200 Martin Geisler tests: renamed Python tests to .py
less more (0) tip