# HG changeset patch # User Matt Harbison <matt_harbison@yahoo.com> # Date 1606508262 18000 # Fri Nov 27 15:17:42 2020 -0500 # Node ID a001e28ad5eb4ffb52a61f2371f64445cc918b5d # Parent 250e18437e30820f449a2cc807b6909e309fbd4c git: add the standard `testedwith` attribute Otherwise this shows up as an external extension. Differential Revision: https://phab.mercurial-scm.org/D9435 diff --git a/hgext/git/__init__.py b/hgext/git/__init__.py --- a/hgext/git/__init__.py +++ b/hgext/git/__init__.py @@ -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