Submitter | Yuya Nishihara |
---|---|
Date | July 18, 2020, 10:12 a.m. |
Message ID | <bf0637f0915c1365c58d.1595067177@mimosa> |
Download | mbox | patch |
Permalink | /patch/46798/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/cext/revlog.c b/mercurial/cext/revlog.c --- a/mercurial/cext/revlog.c +++ b/mercurial/cext/revlog.c @@ -820,7 +820,8 @@ static PyObject *compute_phases_map_sets Py_DECREF(pyphase); if (phaseroots == NULL) continue; - rev = add_roots_get_min(self, phaseroots, phases, trackedphases[i]); + rev = add_roots_get_min(self, phaseroots, phases, + trackedphases[i]); phaseroots = NULL; if (rev == -2) goto release;