Skip to content
Snippets Groups Projects
Commit a001e28a authored by Matt Harbison's avatar Matt Harbison
Browse files

git: add the standard `testedwith` attribute

Otherwise this shows up as an external extension.

Differential Revision: https://phab.mercurial-scm.org/D9435
parent 250e1843
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,12 @@
index,
)
# Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for
# extensions which SHIP WITH MERCURIAL. Non-mainline extensions should
# be specifying the version(s) of Mercurial they are tested with, or
# leave the attribute unspecified.
testedwith = b'ships-with-hg-core'
configtable = {}
configitem = registrar.configitem(configtable)
# git.log-index-cache-miss: internal knob for testing
......
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