log mercurial/pure/mpatch.py @ 39631:b9e453d683a1

age author description
Wed, 14 Mar 2018 11:52:35 -0700 Gregory Szorc util: prefer "bytesio" to "stringio"
Fri, 29 Sep 2017 15:49:20 +0000 Alex Gaynor style: never put multiple statements on one line
Tue, 02 May 2017 21:15:31 +0900 Yuya Nishihara cffi: split modules from pure
Tue, 02 May 2017 21:08:38 +0900 Yuya Nishihara cffi: put compiled modules into mercurial.cffi package
Sat, 13 Aug 2016 12:18:58 +0900 Yuya Nishihara mpatch: switch to policy importer
Mon, 25 Jul 2016 15:10:52 +0200 Maciej Fijalkowski mpatch: write a cffi version of mpatch.patches
Sun, 10 Apr 2016 20:55:37 +0000 timeless pycompat: switch to util.stringio for py3 compat