log mercurial/pure/mpatch.py @ 28861:86db5cb55d46

age author description
Sun, 10 Apr 2016 20:55:37 +0000 timeless pycompat: switch to util.stringio for py3 compat
Thu, 31 Mar 2016 02:05:28 +0000 timeless mpatch: unify mpatchError (issue5182)
Sat, 19 Mar 2016 16:45:52 -0400 Augie Fackler mpatch: move collect() to module level
Sat, 19 Mar 2016 16:43:16 -0400 Augie Fackler mpatch: un-nest the move() method
Sat, 19 Mar 2016 16:37:30 -0400 Augie Fackler mpatch: move pull() method to top level
Sat, 12 Dec 2015 13:37:56 -0500 Gregory Szorc mpatch: use absolute_import
Sat, 12 May 2012 15:54:54 +0200 Brodie Rao cleanup: eradicate long lines
Sat, 30 Apr 2011 15:05:34 +0200 Dan Villiom Podlaski Christiansen pure mpatch: avoid using list.insert(0, ...)
Fri, 07 May 2010 16:59:00 -0500 Matt Mackall clean up remaining generic exceptions
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
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
Mon, 16 Feb 2009 00:09:47 +0100 Martin Geisler pure/mpatch: use StringIO instead of mmap (issue1493)
Sat, 24 Jan 2009 00:12:17 +0100 Martin Geisler pure Python implementation of mpatch.c