The commits DB currently only records the hg changeset hash for each commit. Converting these to git commits seems to require per-hash round-trips to the Lando hg2git API or a local git cinnabar checkout.
How hard would it be to add a git_node (or similar) field to each commit dict in the commits DB containing the corresponding git commit hash?
The commits DB currently only records the hg changeset hash for each commit. Converting these to git commits seems to require per-hash round-trips to the Lando hg2git API or a local git cinnabar checkout.
How hard would it be to add a git_node (or similar) field to each commit dict in the commits DB containing the corresponding git commit hash?