Skip to content
Snippets Groups Projects
Commit a32652fc authored by Stefan Sperling's avatar Stefan Sperling
Browse files

add a CVS revision type for use with the CVS loader

parent 1545ef77
No related branches found
Tags v2.8.0
No related merge requests found
......@@ -511,6 +511,7 @@ class RevisionType(Enum):
DSC = "dsc"
SUBVERSION = "svn"
MERCURIAL = "hg"
CVS = "cvs"
def tuplify_extra_headers(value: Iterable):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment