[PATCH 3 of 5] mpatch: split mpatch into two files

Yuya Nishihara yuya at tcha.org
Fri Aug 5 11:25:01 EDT 2016


On Mon, 25 Jul 2016 15:10:57 +0200, Maciej Fijalkowski wrote:
> # HG changeset patch
> # User Maciej Fijalkowski <fijall at gmail.com>
> # Date 1468861350 -7200
> #      Mon Jul 18 19:02:30 2016 +0200
> # Node ID e7436cb7226d5216b18d25560a14331871b804c0
> # Parent  de4d4ba560574303e0babf89ab4d40326bd0618e
> mpatch: split mpatch into two files

Just for reference. Actually, there was a temporary test failure fixed by
the next patch.

--- tests/test-revlog.t
+++ tests/test-revlog.t.err
@@ -12,4 +12,4 @@
        0         0      19     -1       2 99e0332bd498 000000000000 000000000000
        1        19      12      0       3 6674f57a23d8 99e0332bd498 000000000000
   $ hg debugdata a.i 1 2>&1 | egrep 'Error:.*decoded'
-  (mercurial.mpatch.)?mpatchError: patch cannot be decoded (re)
+  [1]

PyObject *mpatch_Error in mpatch.c is NULL.


More information about the Mercurial-devel mailing list