Show More
@@ -29,6 +29,12 b' from . import (' | |||||
29 | index, |
|
29 | index, | |
30 | ) |
|
30 | ) | |
31 |
|
31 | |||
|
32 | # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for | |||
|
33 | # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should | |||
|
34 | # be specifying the version(s) of Mercurial they are tested with, or | |||
|
35 | # leave the attribute unspecified. | |||
|
36 | testedwith = b'ships-with-hg-core' | |||
|
37 | ||||
32 | configtable = {} |
|
38 | configtable = {} | |
33 | configitem = registrar.configitem(configtable) |
|
39 | configitem = registrar.configitem(configtable) | |
34 | # git.log-index-cache-miss: internal knob for testing |
|
40 | # git.log-index-cache-miss: internal knob for testing |
General Comments 0
You need to be logged in to leave comments.
Login now