log mercurial/pure/diffhelpers.py @ 37570:c4c8d0d1267f

age author description
Mon, 09 Apr 2018 20:52:54 +0900 Yuya Nishihara diffhelpers: naming and whitespace cleanup
Mon, 09 Apr 2018 20:47:43 +0900 Yuya Nishihara diffhelpers: port docstrings from cext to pure
Mon, 09 Apr 2018 20:44:41 +0900 Yuya Nishihara py3: get rid of character access from pure.diffhelpers
Sat, 12 Dec 2015 13:35:41 -0500 Gregory Szorc diffhelpers: use absolute_import
Thu, 23 Sep 2010 00:02:31 -0500 Brodie Rao cleanup: use x in (a, b) instead of x == a or x == b
Fri, 26 Feb 2010 16:52:43 +0100 Benoit Boissinot fix test-mq-eol under --pure (mimic diffhelper.c behaviour) stable
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Sat, 24 Jan 2009 00:12:19 +0100 Martin Geisler pure Python implementation of diffhelpers.c