Inventory of existing VCS type

In its current version the VCS type found in the vcs field of a repository is git, hg, bazaar, darcs, fossil, svn. This list is maintained as part of the F3 specifications but it should really be maintained somewhere in Wikidata instead, where it can be trusted to cover all existing types. For instance https://nest.pijul.com/pijul/pijul is not in the list but it should, regardless of how popular it is.

I think the best course of action would be to:

Thoughts on how to make this more durable and generally useful?

A SPARQL Wikidata request

SELECT DISTINCT ?vcs ?vcsLabel
WHERE 
{
  {
    ?vcs p:P31/ps:P31/wdt:P279* wd:Q3257930. # Must be of a VCS
  }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Shows all known VCS (distributed or not, about 40 of them) but there is noise if that is to be used only in the context of Forges. For instance:

@fr33domlover mentioned Jujutsu docs