aboutsummaryrefslogtreecommitdiff
path: root/projects/mercurial/project.yaml
blob: 09674b1458a38e44c9d29cd9264f57216a4e3c92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
homepage: "https://www.mercurial-scm.org/"
language: c++
primary_contact: "durin42@gmail.com"
auto_ccs:
  - "gregory.szorc@gmail.com"
  - "kbullock@ringworld.org"
  - "security@mercurial-scm.org"
  - "martinvonz@google.com"
  - "raphael.gomes@octobus.net"
sanitizers:
  - address
  - undefined
# 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"