aboutsummaryrefslogtreecommitdiff
path: root/projects/mercurial/project.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'projects/mercurial/project.yaml')
-rw-r--r--projects/mercurial/project.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/projects/mercurial/project.yaml b/projects/mercurial/project.yaml
index 2908b04b4..09674b145 100644
--- a/projects/mercurial/project.yaml
+++ b/projects/mercurial/project.yaml
@@ -6,8 +6,11 @@ auto_ccs:
- "kbullock@ringworld.org"
- "security@mercurial-scm.org"
- "martinvonz@google.com"
+ - "raphael.gomes@octobus.net"
sanitizers:
- address
- undefined
- - memory
+# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
+# - memory
coverage_extra_args: -ignore-filename-regex=.*/sanpy/.*
+main_repo: "https://www.mercurial-scm.org/repo/hg"