diff --git a/swh/loader/mercurial/from_disk.py b/swh/loader/mercurial/from_disk.py --- a/swh/loader/mercurial/from_disk.py +++ b/swh/loader/mercurial/from_disk.py @@ -157,7 +157,7 @@ # hg node id of the latest snapshot branch heads # used to find what are the new revisions since last snapshot - self._latest_heads: List[HgNodeId] = [] + self._latest_heads: List[bytes] = [] self._load_status = "eventful" # If set, will override the default value