2018-01-17 23:18:29 +00:00
|
|
|
homepage: "https://www.mercurial-scm.org/"
|
2020-03-10 18:08:01 +00:00
|
|
|
language: c++
|
2018-01-17 23:18:29 +00:00
|
|
|
primary_contact: "durin42@gmail.com"
|
|
|
|
auto_ccs:
|
|
|
|
- "gregory.szorc@gmail.com"
|
|
|
|
- "kbullock@ringworld.org"
|
|
|
|
- "security@mercurial-scm.org"
|
2018-10-05 20:16:56 +00:00
|
|
|
- "martinvonz@google.com"
|
2018-06-14 17:21:37 +00:00
|
|
|
sanitizers:
|
|
|
|
- address
|
|
|
|
- undefined
|
2018-12-05 03:00:50 +00:00
|
|
|
- memory
|
2020-07-15 16:53:25 +00:00
|
|
|
coverage_extra_args: -ignore-filename-regex=.*/sanpy/.*
|