diff --git a/mercurial/cext/parsers.c b/mercurial/cext/parsers.c --- a/mercurial/cext/parsers.c +++ b/mercurial/cext/parsers.c @@ -374,7 +374,7 @@ dirstate_item_from_v1_data(char state, i } else { PyErr_Format(PyExc_RuntimeError, "unknown state: `%c` (%d, %d, %d)", state, mode, - size, mtime, NULL); + size, mtime); Py_DECREF(t); return NULL; }