Module Generic_vcs

class type vcs = object ... end
val git : basedir:Common.dirname -> vcs
val hg : basedir:Common.dirname -> vcs
val mk_vcs : basedir:Common.dirname -> vcs