This is an archive of the discontinued Mercurial Phabricator instance.

drawdag: abide by new createmarkers() API
ClosedPublic

Authored by martinvonz on Feb 25 2020, 3:53 PM.

Details

Summary

The obsolete.createmarkers() API was changed in 6335c0de80fa
(obsolete: allow multiple predecessors in createmarkers, 2018-09-22)
to prefer its precursors input to be a tuple instead of a single
precursor. Let's fix drawdag.py to comply.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

martinvonz created this revision.Feb 25 2020, 3:53 PM
pulkit accepted this revision.Feb 26 2020, 4:37 AM
This revision is now accepted and ready to land.Feb 26 2020, 4:37 AM
This revision was automatically updated to reflect the committed changes.