Submitter | phabricator |
---|---|
Date | Oct. 1, 2021, 9:38 a.m. |
Message ID | <differential-rev-PHID-DREV-6e5ofe7oqh5ja7e25ab3-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/49845/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/cext/parsers.c b/mercurial/cext/parsers.c --- a/mercurial/cext/parsers.c +++ b/mercurial/cext/parsers.c @@ -71,7 +71,7 @@ clean_p2 = 0; possibly_dirty = 0; parentfiledata = Py_None; - if (!PyArg_ParseTupleAndKeywords(args, kwds, "iiiiiiiO", keywords_name, + if (!PyArg_ParseTupleAndKeywords(args, kwds, "|iiiiiiiO", keywords_name, &wc_tracked, &p1_tracked, &p2_tracked, &merged, &clean_p1, &clean_p2, &possibly_dirty, &parentfiledata