##// END OF EJS Templates
configitems: register the 'extdata.*.diffargs' config
Boris Feld -
r34779:bf138446 default
parent child Browse files
Show More
@@ -93,6 +93,11 b" configitem('extdiff', r'opts\\..*',"
93 generic=True,
93 generic=True,
94 )
94 )
95
95
96 configitem('diff-tools', r'.*\.diffargs$',
97 default=None,
98 generic=True,
99 )
100
96 # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for
101 # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for
97 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should
102 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should
98 # be specifying the version(s) of Mercurial they are tested with, or
103 # be specifying the version(s) of Mercurial they are tested with, or
General Comments 0
You need to be logged in to leave comments. Login now