aboutsummaryrefslogtreecommitdiff
path: root/projects/mercurial
diff options
context:
space:
mode:
authorMartin von Zweigbergk <martinvonz@gmail.com>2021-09-22 09:03:05 -0700
committerGitHub <noreply@github.com>2021-09-22 16:03:05 +0000
commit5236ab21a3d9057990ba6c0b68ea9cef8f284c73 (patch)
treed29426906b5b693b17ce3ff90376029f88c9a335 /projects/mercurial
parent388f848910bbc76d3f89fb03738ee113ddf11e9b (diff)
downloadoss-fuzz-5236ab21a3d9057990ba6c0b68ea9cef8f284c73.tar.gz
add missing main_repo field for Mercurial (#6510)
Diffstat (limited to 'projects/mercurial')
-rw-r--r--projects/mercurial/project.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/projects/mercurial/project.yaml b/projects/mercurial/project.yaml
index f69792145..7944417c2 100644
--- a/projects/mercurial/project.yaml
+++ b/projects/mercurial/project.yaml
@@ -11,4 +11,5 @@ sanitizers:
- undefined
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
# - memory
-coverage_extra_args: -ignore-filename-regex=.*/sanpy/.* \ No newline at end of file
+coverage_extra_args: -ignore-filename-regex=.*/sanpy/.*
+main_repo: "https://www.mercurial-scm.org/repo/hg"