Revision 7beba93a970231e044d48b21491d7c0dbbd43116 authored by Antoine R. Dumont (@ardumont) on 30 July 2020, 07:58:40 UTC, committed by Antoine R. Dumont (@ardumont) on 30 July 2020, 12:10:12 UTC
This leverages the latest change in origin_visit_get and
origin_visit_status_get to iterate over visit and visit status to detect a
snapshot targetting a revision.

This algo got used recently in the deposit. It may serve again.

Related to T645
1 parent b81f928
Raw File
Makefile
# Makefile driver for SWH Python modules. DO NOT CHANGE.
# You can add custom Makefile rules to Makefile.local

include ../Makefile.python
-include Makefile.local
back to top