Submitter | phabricator |
---|---|
Date | Nov. 28, 2020, 4:48 a.m. |
Message ID | <differential-rev-PHID-DREV-xzveteiwbdxhtacgh55v-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/47711/ |
State | Superseded |
Headers | show |
Comments
Patch
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