comparison contrib/synthrepo.py @ 29841:d5883fd055c6

extensions: change magic "shipped with hg" string I've caught multiple extensions in the wild lying about being 'internal', so it's time to move the goalposts on people. Goalpost moving will continue until third party extensions stop trying to defeat the system.
author Augie Fackler <augie@google.com>
date Tue, 23 Aug 2016 11:26:08 -0400
parents ead25aa27a43
children bd872f64a8ba
comparison
equal deleted inserted replaced
29840:4435d4c951ec 29841:d5883fd055c6
60 patch, 60 patch,
61 scmutil, 61 scmutil,
62 util, 62 util,
63 ) 63 )
64 64
65 # Note for extension authors: ONLY specify testedwith = 'internal' for 65 # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for
66 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should 66 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should
67 # be specifying the version(s) of Mercurial they are tested with, or 67 # be specifying the version(s) of Mercurial they are tested with, or
68 # leave the attribute unspecified. 68 # leave the attribute unspecified.
69 testedwith = 'internal' 69 testedwith = 'ships-with-hg-core'
70 70
71 cmdtable = {} 71 cmdtable = {}
72 command = cmdutil.command(cmdtable) 72 command = cmdutil.command(cmdtable)
73 73
74 newfile = set(('new fi', 'rename', 'copy f', 'copy t')) 74 newfile = set(('new fi', 'rename', 'copy f', 'copy t'))